#A69F26

Color #A69F26 Lucky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lucky #A69F26

Tints of Lucky #A69F26

Color information

#A69F26 (or 0xA69F26) is unknown color: approx Lucky. HEX triplet: A6, 9F and 26. RGB value is (166,159,38). Sum of RGB (Red+Green+Blue) = 166+159+38=363 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.73% from 363); Green value is 159 (62.5% from 255 or 43.80% from 363); Blue value is 38 (15.23% from 255 or 10.47% from 363); Max value from RGB is 166 - color contains mainly: red. Hex color #A69F26 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A69F26 is #5960D9. Grayscale: #939393. Windows color (decimal): -5857498 or 2531238. OLE color: 2531238.

HSL color Cylindrical-coordinate representation of color #A69F26: hue angle of 56.72º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A69F26 is Cyan = 0, Magento = 0.04, Yellow = 0.77 and Black (K on CMYK) = 0.35.

Color convert

RGB16615938-
CMYK00.040.770.35
HSL56.72º62.75%40%-
HSV(B)56.72º77.11%65.1%-
XYZ28.4733.046.71-
YUV147.366.32141.34-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 166 (65.23% from 255) = 45.73%
GREEN value IS 159 (62.5% from 255) = 43.80%
BLUE value IS 38 (15.23% from 255) = 10.47%
R=45.73%
G=43.80%
B=10.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.77
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661593800.040.770.3556.7262.7540
HexA69F26044D23393f28
Octal246237460411543717750
Binary101001101001111110011001001001101100011111001111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69F26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69F26; }

 p { color: rgb(166,159,38); }

 H1.HeaderClassName
 {
   color: #A69F26;
 }
 .AnyTagClassName
 {
   color: #A69F26;
 }
</style>
background-color css

<style>
 a { background-color: #A69F26; }

 a { background-color: rgb(166,159,38); }

 div.DivClassName
 {
   background-color: #A69F26;
 }
 .BgClassName
 {
   background-color: #A69F26;
 }
</style>
border-color css

<style>
 span { border-color: #A69F26; }

 span { border-color: rgb(166,159,38); }

 td.TdClassName
 {
   border-color: #A69F26;
 }
 .TagClassName
 {
   border-color: #A69F26;
 }
</style>