#A18C08

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

Shades of Lucky #A18C08

Tints of Lucky #A18C08

Color information

#A18C08 (or 0xA18C08) is unknown color: approx Lucky. HEX triplet: A1, 8C and 08. RGB value is (161,140,8). Sum of RGB (Red+Green+Blue) = 161+140+8=309 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.10% from 309); Green value is 140 (55.08% from 255 or 45.31% from 309); Blue value is 8 (3.52% from 255 or 2.59% from 309); Max value from RGB is 161 - color contains mainly: red. Hex color #A18C08 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A18C08 is #5E73F7. Grayscale: #838383. Windows color (decimal): -6190072 or 560289. OLE color: 560289.

HSL color Cylindrical-coordinate representation of color #A18C08: hue angle of 51.76º 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 #A18C08 is Cyan = 0, Magento = 0.13, Yellow = 0.95 and Black (K on CMYK) = 0.37.

Color convert

RGB1611408-
CMYK00.130.950.37
HSL51.76º90.53%33.14%-
HSV(B)51.76º95.03%63.14%-
XYZ24.1226.354.04-
YUV131.2358.46149.23-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 52.10%
GREEN value IS 140 (55.08% from 255) = 45.31%
BLUE value IS 8 (3.52% from 255) = 2.59%
R=52.10%
G=45.31%
B=2.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.95
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161140800.130.950.3751.7690.5333.14
HexA18C80D5F25345b21
Octal24121410015137456413341
Binary101000011000110010000110110111111001011101001011011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18C08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18C08; }

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

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

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

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

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

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

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

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