#A99610

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

Shades of Lucky #A99610

Tints of Lucky #A99610

Color information

#A99610 (or 0xA99610) is unknown color: approx Lucky. HEX triplet: A9, 96 and 10. RGB value is (169,150,16). Sum of RGB (Red+Green+Blue) = 169+150+16=335 (44% of max value = 765). Red value is 169 (66.41% from 255 or 50.45% from 335); Green value is 150 (58.98% from 255 or 44.78% from 335); Blue value is 16 (6.64% from 255 or 4.78% from 335); Max value from RGB is 169 - color contains mainly: red. Hex color #A99610 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A99610 is #5669EF. Grayscale: #8C8C8C. Windows color (decimal): -5663216 or 1087145. OLE color: 1087145.

HSL color Cylindrical-coordinate representation of color #A99610: hue angle of 52.55º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A99610 is Cyan = 0, Magento = 0.11, Yellow = 0.91 and Black (K on CMYK) = 0.34.

Color convert

RGB16915016-
CMYK00.110.910.34
HSL52.55º82.7%36.27%-
HSV(B)52.55º90.53%66.27%-
XYZ27.3630.294.89-
YUV140.457.79148.4-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 50.45%
GREEN value IS 150 (58.98% from 255) = 44.78%
BLUE value IS 16 (6.64% from 255) = 4.78%
R=50.45%
G=44.78%
B=4.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.91
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691501600.110.910.3452.5582.736.27
HexA996100B5B22355324
Octal25122620013133426512344
Binary1010100110010110100000101110110111000101101011010011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99610; }

 p { color: rgb(169,150,16); }

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

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

 a { background-color: rgb(169,150,16); }

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

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

 span { border-color: rgb(169,150,16); }

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