#A19806

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

Shades of Lucky #A19806

Tints of Lucky #A19806

Color information

#A19806 (or 0xA19806) is unknown color: approx Lucky. HEX triplet: A1, 98 and 06. RGB value is (161,152,6). Sum of RGB (Red+Green+Blue) = 161+152+6=319 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50.47% from 319); Green value is 152 (59.77% from 255 or 47.65% from 319); Blue value is 6 (2.73% from 255 or 1.88% from 319); Max value from RGB is 161 - color contains mainly: red. Hex color #A19806 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A19806 is #5E67F9. Grayscale: #8A8A8A. Windows color (decimal): -6187002 or 432289. OLE color: 432289.

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

Color convert

RGB1611526-
CMYK00.060.960.37
HSL56.52º92.81%32.75%-
HSV(B)56.52º96.27%63.14%-
XYZ25.9630.054.6-
YUV138.0553.48144.37-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 50.47%
GREEN value IS 152 (59.77% from 255) = 47.65%
BLUE value IS 6 (2.73% from 255) = 1.88%
R=50.47%
G=47.65%
B=1.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.96
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161152600.060.960.3756.5292.8132.75
HexA1986066025395d21
Octal241230606140457113541
Binary1010000110011000110011011000001001011110011011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19806

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19806; }

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

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

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

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

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

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

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

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