#A69A18

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

Shades of Lucky #A69A18

Tints of Lucky #A69A18

Color information

#A69A18 (or 0xA69A18) is unknown color: approx Lucky. HEX triplet: A6, 9A and 18. RGB value is (166,154,24). Sum of RGB (Red+Green+Blue) = 166+154+24=344 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.26% from 344); Green value is 154 (60.55% from 255 or 44.77% from 344); Blue value is 24 (9.77% from 255 or 6.98% from 344); Max value from RGB is 166 - color contains mainly: red. Hex color #A69A18 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A69A18 is #5965E7. Grayscale: #8F8F8F. Windows color (decimal): -5858792 or 1612454. OLE color: 1612454.

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

Color convert

RGB16615424-
CMYK00.070.860.35
HSL54.93º74.74%37.25%-
HSV(B)54.93º85.54%65.1%-
XYZ27.4531.285.46-
YUV142.7760.98144.57-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 48.26%
GREEN value IS 154 (60.55% from 255) = 44.77%
BLUE value IS 24 (9.77% from 255) = 6.98%
R=48.26%
G=44.77%
B=6.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.86
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661542400.070.860.3554.9374.7437.25
HexA69A18075623374b25
Octal2462323007126436711345
Binary101001101001101011000011110101101000111101111001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69A18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69A18; }

 p { color: rgb(166,154,24); }

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

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

 a { background-color: rgb(166,154,24); }

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

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

 span { border-color: rgb(166,154,24); }

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