#A29016

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

Shades of Lucky #A29016

Tints of Lucky #A29016

Color information

#A29016 (or 0xA29016) is unknown color: approx Lucky. HEX triplet: A2, 90 and 16. RGB value is (162,144,22). Sum of RGB (Red+Green+Blue) = 162+144+22=328 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.39% from 328); Green value is 144 (56.64% from 255 or 43.90% from 328); Blue value is 22 (8.98% from 255 or 6.71% from 328); Max value from RGB is 162 - color contains mainly: red. Hex color #A29016 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A29016 is #5D6FE9. Grayscale: #878787. Windows color (decimal): -6123498 or 1478818. OLE color: 1478818.

HSL color Cylindrical-coordinate representation of color #A29016: hue angle of 52.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 #A29016 is Cyan = 0, Magento = 0.11, Yellow = 0.86 and Black (K on CMYK) = 0.36.

Color convert

RGB16214422-
CMYK00.110.860.36
HSL52.29º76.09%36.08%-
HSV(B)52.29º86.42%63.53%-
XYZ25.0227.694.78-
YUV135.4763.96146.92-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 49.39%
GREEN value IS 144 (56.64% from 255) = 43.90%
BLUE value IS 22 (8.98% from 255) = 6.71%
R=49.39%
G=43.90%
B=6.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.86
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621442200.110.860.3652.2976.0936.08
HexA290160B5624344c24
Octal24222026013126446411444
Binary1010001010010000101100101110101101001001101001001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29016; }

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

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

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

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

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

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

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

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