#A29113

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

Shades of Lucky #A29113

Tints of Lucky #A29113

Color information

#A29113 (or 0xA29113) is unknown color: approx Lucky. HEX triplet: A2, 91 and 13. RGB value is (162,145,19). Sum of RGB (Red+Green+Blue) = 162+145+19=326 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.69% from 326); Green value is 145 (57.03% from 255 or 44.48% from 326); Blue value is 19 (7.81% from 255 or 5.83% from 326); Max value from RGB is 162 - color contains mainly: red. Hex color #A29113 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A29113 is #5D6EEC. Grayscale: #888888. Windows color (decimal): -6123245 or 1282466. OLE color: 1282466.

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

Color convert

RGB16214519-
CMYK00.100.880.36
HSL52.87º79.01%35.49%-
HSV(B)52.87º88.27%63.53%-
XYZ25.1427.984.69-
YUV135.7262.13146.75-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 49.69%
GREEN value IS 145 (57.03% from 255) = 44.48%
BLUE value IS 19 (7.81% from 255) = 5.83%
R=49.69%
G=44.48%
B=5.83%

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
Decimal1621451900.100.880.3652.8779.0135.49
HexA291130A5824354f23
Octal24222123012130446511743
Binary1010001010010001100110101010110001001001101011001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29113; }

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

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

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

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

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

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

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

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