#A29121

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

Shades of Lucky #A29121

Tints of Lucky #A29121

Color information

#A29121 (or 0xA29121) is unknown color: approx Lucky. HEX triplet: A2, 91 and 21. RGB value is (162,145,33). Sum of RGB (Red+Green+Blue) = 162+145+33=340 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.65% from 340); Green value is 145 (57.03% from 255 or 42.65% from 340); Blue value is 33 (13.28% from 255 or 9.71% from 340); Max value from RGB is 162 - color contains mainly: red. Hex color #A29121 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A29121 is #5D6EDE. Grayscale: #898989. Windows color (decimal): -6123231 or 2199970. OLE color: 2199970.

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

Color convert

RGB16214533-
CMYK00.100.800.36
HSL52.09º66.15%38.24%-
HSV(B)52.09º79.63%63.53%-
XYZ25.328.045.52-
YUV137.3269.13145.61-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 47.65%
GREEN value IS 145 (57.03% from 255) = 42.65%
BLUE value IS 33 (13.28% from 255) = 9.71%
R=47.65%
G=42.65%
B=9.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.80
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621453300.100.800.3652.0966.1538.24
HexA291210A5024344226
Octal24222141012120446410246
Binary10100010100100011000010101010100001001001101001000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29121; }

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

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

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

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

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

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

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

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