#A18D08

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

Shades of Lucky #A18D08

Tints of Lucky #A18D08

Color information

#A18D08 (or 0xA18D08) is unknown color: approx Lucky. HEX triplet: A1, 8D and 08. RGB value is (161,141,8). Sum of RGB (Red+Green+Blue) = 161+141+8=310 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.94% from 310); Green value is 141 (55.47% from 255 or 45.48% from 310); Blue value is 8 (3.52% from 255 or 2.58% from 310); Max value from RGB is 161 - color contains mainly: red. Hex color #A18D08 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A18D08 is #5E72F7. Grayscale: #848484. Windows color (decimal): -6189816 or 560545. OLE color: 560545.

HSL color Cylindrical-coordinate representation of color #A18D08: hue angle of 52.16º degrees, saturation: 0.91, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A18D08 is Cyan = 0, Magento = 0.12, Yellow = 0.95 and Black (K on CMYK) = 0.37.

Color convert

RGB1611418-
CMYK00.120.950.37
HSL52.16º90.53%33.14%-
HSV(B)52.16º95.03%63.14%-
XYZ24.2726.644.09-
YUV131.8258.13148.81-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 51.94%
GREEN value IS 141 (55.47% from 255) = 45.48%
BLUE value IS 8 (3.52% from 255) = 2.58%
R=51.94%
G=45.48%
B=2.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.95
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161141800.120.950.3752.1690.5333.14
HexA18D80C5F25345b21
Octal24121510014137456413341
Binary101000011000110110000110010111111001011101001011011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18D08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18D08; }

 p { color: rgb(161,141,8); }

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

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

 a { background-color: rgb(161,141,8); }

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

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

 span { border-color: rgb(161,141,8); }

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