#A29D2A

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

Shades of Lucky #A29D2A

Tints of Lucky #A29D2A

Color information

#A29D2A (or 0xA29D2A) is unknown color: approx Lucky. HEX triplet: A2, 9D and 2A. RGB value is (162,157,42). Sum of RGB (Red+Green+Blue) = 162+157+42=361 (47% of max value = 765). Red value is 162 (63.67% from 255 or 44.88% from 361); Green value is 157 (61.72% from 255 or 43.49% from 361); Blue value is 42 (16.80% from 255 or 11.63% from 361); Max value from RGB is 162 - color contains mainly: red. Hex color #A29D2A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A29D2A is #5D62D5. Grayscale: #919191. Windows color (decimal): -6120150 or 2792866. OLE color: 2792866.

HSL color Cylindrical-coordinate representation of color #A29D2A: hue angle of 57.5º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A29D2A is Cyan = 0, Magento = 0.03, Yellow = 0.74 and Black (K on CMYK) = 0.36.

Color convert

RGB16215742-
CMYK00.030.740.36
HSL57.5º58.82%40%-
HSV(B)57.5º74.07%63.53%-
XYZ27.3831.966.92-
YUV145.3869.66139.85-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 44.88%
GREEN value IS 157 (61.72% from 255) = 43.49%
BLUE value IS 42 (16.80% from 255) = 11.63%
R=44.88%
G=43.49%
B=11.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.74
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621574200.030.740.3657.558.8240
HexA29D2A034A243a3b28
Octal242235520311244727350
Binary10100010100111011010100111001010100100111010111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29D2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29D2A; }

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

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

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

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

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

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

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

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