#A29721

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

Shades of Lucky #A29721

Tints of Lucky #A29721

Color information

#A29721 (or 0xA29721) is unknown color: approx Lucky. HEX triplet: A2, 97 and 21. RGB value is (162,151,33). Sum of RGB (Red+Green+Blue) = 162+151+33=346 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.82% from 346); Green value is 151 (59.38% from 255 or 43.64% from 346); Blue value is 33 (13.28% from 255 or 9.54% from 346); Max value from RGB is 162 - color contains mainly: red. Hex color #A29721 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A29721 is #5D68DE. Grayscale: #8D8D8D. Windows color (decimal): -6121695 or 2201506. OLE color: 2201506.

HSL color Cylindrical-coordinate representation of color #A29721: hue angle of 54.88º 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 #A29721 is Cyan = 0, Magento = 0.07, Yellow = 0.80 and Black (K on CMYK) = 0.36.

Color convert

RGB16215133-
CMYK00.070.800.36
HSL54.88º66.15%38.24%-
HSV(B)54.88º79.63%63.53%-
XYZ26.2429.925.83-
YUV140.8467.14143.09-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 46.82%
GREEN value IS 151 (59.38% from 255) = 43.64%
BLUE value IS 33 (13.28% from 255) = 9.54%
R=46.82%
G=43.64%
B=9.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.80
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621513300.070.800.3654.8866.1538.24
HexA29721075024374226
Octal2422274107120446710246
Binary1010001010010111100001011110100001001001101111000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29721

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29721; }

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

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

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

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

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

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

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

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