#A29D21

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

Shades of Lucky #A29D21

Tints of Lucky #A29D21

Color information

#A29D21 (or 0xA29D21) is unknown color: approx Lucky. HEX triplet: A2, 9D and 21. RGB value is (162,157,33). Sum of RGB (Red+Green+Blue) = 162+157+33=352 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.02% from 352); Green value is 157 (61.72% from 255 or 44.60% from 352); Blue value is 33 (13.28% from 255 or 9.38% from 352); Max value from RGB is 162 - color contains mainly: red. Hex color #A29D21 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A29D21 is #5D62DE. Grayscale: #909090. Windows color (decimal): -6120159 or 2203042. OLE color: 2203042.

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

Color convert

RGB16215733-
CMYK00.030.800.36
HSL57.67º66.15%38.24%-
HSV(B)57.67º79.63%63.53%-
XYZ27.2331.916.16-
YUV144.3665.16140.58-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 46.02%
GREEN value IS 157 (61.72% from 255) = 44.60%
BLUE value IS 33 (13.28% from 255) = 9.38%
R=46.02%
G=44.60%
B=9.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.80
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621573300.030.800.3657.6766.1538.24
HexA29D210350243a4226
Octal2422354103120447210246
Binary101000101001110110000101110100001001001110101000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29D21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29D21; }

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

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

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

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

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

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

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

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