#A29716

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

Shades of Lucky #A29716

Tints of Lucky #A29716

Color information

#A29716 (or 0xA29716) is unknown color: approx Lucky. HEX triplet: A2, 97 and 16. RGB value is (162,151,22). Sum of RGB (Red+Green+Blue) = 162+151+22=335 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.36% from 335); Green value is 151 (59.38% from 255 or 45.07% from 335); Blue value is 22 (8.98% from 255 or 6.57% from 335); Max value from RGB is 162 - color contains mainly: red. Hex color #A29716 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A29716 is #5D68E9. Grayscale: #8C8C8C. Windows color (decimal): -6121706 or 1480610. OLE color: 1480610.

HSL color Cylindrical-coordinate representation of color #A29716: hue angle of 55.29º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A29716 is Cyan = 0, Magento = 0.07, Yellow = 0.86 and Black (K on CMYK) = 0.36.

Color convert

RGB16215122-
CMYK00.070.860.36
HSL55.29º76.09%36.08%-
HSV(B)55.29º86.42%63.53%-
XYZ26.1129.875.15-
YUV139.5861.64143.99-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 48.36%
GREEN value IS 151 (59.38% from 255) = 45.07%
BLUE value IS 22 (8.98% from 255) = 6.57%
R=48.36%
G=45.07%
B=6.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.86
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621512200.070.860.3655.2976.0936.08
HexA29716075624374c24
Octal2422272607126446711444
Binary101000101001011110110011110101101001001101111001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29716; }

 p { color: rgb(162,151,22); }

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

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

 a { background-color: rgb(162,151,22); }

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

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

 span { border-color: rgb(162,151,22); }

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