#A18D06

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

Shades of Lucky #A18D06

Tints of Lucky #A18D06

Color information

#A18D06 (or 0xA18D06) is unknown color: approx Lucky. HEX triplet: A1, 8D and 06. RGB value is (161,141,6). Sum of RGB (Red+Green+Blue) = 161+141+6=308 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.27% from 308); Green value is 141 (55.47% from 255 or 45.78% from 308); Blue value is 6 (2.73% from 255 or 1.95% from 308); Max value from RGB is 161 - color contains mainly: red. Hex color #A18D06 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A18D06 is #5E72F9. Grayscale: #848484. Windows color (decimal): -6189818 or 429473. OLE color: 429473.

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

Color convert

RGB1611416-
CMYK00.120.960.37
HSL52.26º92.81%32.75%-
HSV(B)52.26º96.27%63.14%-
XYZ24.2626.644.04-
YUV131.5957.13148.98-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 52.27%
GREEN value IS 141 (55.47% from 255) = 45.78%
BLUE value IS 6 (2.73% from 255) = 1.95%
R=52.27%
G=45.78%
B=1.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.96
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161141600.120.960.3752.2692.8132.75
HexA18D60C6025345d21
Octal2412156014140456413541
Binary10100001100011011100110011000001001011101001011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18D06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18D06; }

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

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

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

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

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

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

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

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