#A99217

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

Shades of Lucky #A99217

Tints of Lucky #A99217

Color information

#A99217 (or 0xA99217) is unknown color: approx Lucky. HEX triplet: A9, 92 and 17. RGB value is (169,146,23). Sum of RGB (Red+Green+Blue) = 169+146+23=338 (44% of max value = 765). Red value is 169 (66.41% from 255 or 50% from 338); Green value is 146 (57.42% from 255 or 43.20% from 338); Blue value is 23 (9.38% from 255 or 6.80% from 338); Max value from RGB is 169 - color contains mainly: red. Hex color #A99217 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A99217 is #566DE8. Grayscale: #8B8B8B. Windows color (decimal): -5664233 or 1544873. OLE color: 1544873.

HSL color Cylindrical-coordinate representation of color #A99217: hue angle of 50.55º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A99217 is Cyan = 0, Magento = 0.14, Yellow = 0.86 and Black (K on CMYK) = 0.34.

Color convert

RGB16914623-
CMYK00.140.860.34
HSL50.55º76.04%37.65%-
HSV(B)50.55º86.39%66.27%-
XYZ26.829.055.01-
YUV138.8662.62149.5-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 50%
GREEN value IS 146 (57.42% from 255) = 43.20%
BLUE value IS 23 (9.38% from 255) = 6.80%
R=50%
G=43.20%
B=6.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.86
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691462300.140.860.3450.5576.0437.65
HexA992170E5622334c26
Octal25122227016126426311446
Binary1010100110010010101110111010101101000101100111001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99217; }

 p { color: rgb(169,146,23); }

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

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

 a { background-color: rgb(169,146,23); }

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

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

 span { border-color: rgb(169,146,23); }

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