#A29211

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

Shades of Lucky #A29211

Tints of Lucky #A29211

Color information

#A29211 (or 0xA29211) is unknown color: approx Lucky. HEX triplet: A2, 92 and 11. RGB value is (162,146,17). Sum of RGB (Red+Green+Blue) = 162+146+17=325 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.85% from 325); Green value is 146 (57.42% from 255 or 44.92% from 325); Blue value is 17 (7.03% from 255 or 5.23% from 325); Max value from RGB is 162 - color contains mainly: red. Hex color #A29211 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A29211 is #5D6DEE. Grayscale: #888888. Windows color (decimal): -6122991 or 1151650. OLE color: 1151650.

HSL color Cylindrical-coordinate representation of color #A29211: hue angle of 53.38º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A29211 is Cyan = 0, Magento = 0.10, Yellow = 0.90 and Black (K on CMYK) = 0.36.

Color convert

RGB16214617-
CMYK00.100.900.36
HSL53.38º81.01%35.1%-
HSV(B)53.38º89.51%63.53%-
XYZ25.2828.284.66-
YUV136.0860.8146.49-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 49.85%
GREEN value IS 146 (57.42% from 255) = 44.92%
BLUE value IS 17 (7.03% from 255) = 5.23%
R=49.85%
G=44.92%
B=5.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.90
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621461700.100.900.3653.3881.0135.1
HexA292110A5A24355123
Octal24222221012132446512143
Binary1010001010010010100010101010110101001001101011010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29211; }

 p { color: rgb(162,146,17); }

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

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

 a { background-color: rgb(162,146,17); }

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

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

 span { border-color: rgb(162,146,17); }

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