#A29114

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

Shades of Lucky #A29114

Tints of Lucky #A29114

Color information

#A29114 (or 0xA29114) is unknown color: approx Lucky. HEX triplet: A2, 91 and 14. RGB value is (162,145,20). Sum of RGB (Red+Green+Blue) = 162+145+20=327 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.54% from 327); Green value is 145 (57.03% from 255 or 44.34% from 327); Blue value is 20 (8.20% from 255 or 6.12% from 327); Max value from RGB is 162 - color contains mainly: red. Hex color #A29114 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A29114 is #5D6EEB. Grayscale: #888888. Windows color (decimal): -6123244 or 1348002. OLE color: 1348002.

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

Color convert

RGB16214520-
CMYK00.100.880.36
HSL52.82º78.02%35.69%-
HSV(B)52.82º87.65%63.53%-
XYZ25.1527.984.74-
YUV135.8362.63146.66-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 49.54%
GREEN value IS 145 (57.03% from 255) = 44.34%
BLUE value IS 20 (8.20% from 255) = 6.12%
R=49.54%
G=44.34%
B=6.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.88
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621452000.100.880.3652.8278.0235.69
HexA291140A5824354e24
Octal24222124012130446511644
Binary1010001010010001101000101010110001001001101011001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29114; }

 p { color: rgb(162,145,20); }

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

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

 a { background-color: rgb(162,145,20); }

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

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

 span { border-color: rgb(162,145,20); }

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