#a69b19

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

Shades of Lucky #A69B19

Tints of Lucky #A69B19

Color information

#A69B19 (or 0xA69B19) is unknown color: approx Lucky. HEX triplet: A6, 9B and 19. RGB value is (166,155,25). Sum of RGB (Red+Green+Blue) = 166+155+25=346 (45% of max value = 765). Red value is 166 (65.23% from 255 or 47.98% from 346); Green value is 155 (60.94% from 255 or 44.80% from 346); Blue value is 25 (10.16% from 255 or 7.23% from 346); Max value from RGB is 166 - color contains mainly: red. Hex color #A69B19 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A69B19 is #5964E6. Grayscale: #909090. Windows color (decimal): -5858535 or 1678246. OLE color: 1678246.

HSL color Cylindrical-coordinate representation of color #A69B19: hue angle of 55.32º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A69B19 is Cyan = 0, Magento = 0.07, Yellow = 0.85 and Black (K on CMYK) = 0.35.

Color convert

RGB16615525-
CMYK00.070.850.35
HSL55.32º73.82%37.45%-
HSV(B)55.32º84.94%65.1%-
XYZ27.6231.625.57-
YUV143.4761.14144.07-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 47.98%
GREEN value IS 155 (60.94% from 255) = 44.80%
BLUE value IS 25 (10.16% from 255) = 7.23%
R=47.98%
G=44.80%
B=7.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.85
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661552500.070.850.3555.3273.8237.45
HexA69B19075523374a25
Octal2462333107125436711245
Binary101001101001101111001011110101011000111101111001010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a69b19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a69b19; }

 p { color: rgb(166,155,25); }

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

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

 a { background-color: rgb(166,155,25); }

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

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

 span { border-color: rgb(166,155,25); }

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