#A29A28

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

Shades of Lucky #A29A28

Tints of Lucky #A29A28

Color information

#A29A28 (or 0xA29A28) is unknown color: approx Lucky. HEX triplet: A2, 9A and 28. RGB value is (162,154,40). Sum of RGB (Red+Green+Blue) = 162+154+40=356 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.51% from 356); Green value is 154 (60.55% from 255 or 43.26% from 356); Blue value is 40 (16.02% from 255 or 11.24% from 356); Max value from RGB is 162 - color contains mainly: red. Hex color #A29A28 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A29A28 is #5D65D7. Grayscale: #8F8F8F. Windows color (decimal): -6120920 or 2661026. OLE color: 2661026.

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

Color convert

RGB16215440-
CMYK00.050.750.36
HSL56.07º60.4%39.61%-
HSV(B)56.07º75.31%63.53%-
XYZ26.8430.956.57-
YUV143.469.65141.27-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 45.51%
GREEN value IS 154 (60.55% from 255) = 43.26%
BLUE value IS 40 (16.02% from 255) = 11.24%
R=45.51%
G=43.26%
B=11.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.75
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621544000.050.750.3656.0760.439.61
HexA29A28054B24383c28
Octal242232500511344707450
Binary101000101001101010100001011001011100100111000111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29A28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29A28; }

 p { color: rgb(162,154,40); }

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

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

 a { background-color: rgb(162,154,40); }

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

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

 span { border-color: rgb(162,154,40); }

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