#A29A25

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

Shades of Lucky #A29A25

Tints of Lucky #A29A25

Color information

#A29A25 (or 0xA29A25) is unknown color: approx Lucky. HEX triplet: A2, 9A and 25. RGB value is (162,154,37). Sum of RGB (Red+Green+Blue) = 162+154+37=353 (46% of max value = 765). Red value is 162 (63.67% from 255 or 45.89% from 353); Green value is 154 (60.55% from 255 or 43.63% from 353); Blue value is 37 (14.84% from 255 or 10.48% from 353); Max value from RGB is 162 - color contains mainly: red. Hex color #A29A25 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A29A25 is #5D65DA. Grayscale: #8F8F8F. Windows color (decimal): -6120923 or 2464418. OLE color: 2464418.

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

Color convert

RGB16215437-
CMYK00.050.770.36
HSL56.16º62.81%39.02%-
HSV(B)56.16º77.16%63.53%-
XYZ26.7930.936.31-
YUV143.0568.15141.51-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 45.89%
GREEN value IS 154 (60.55% from 255) = 43.63%
BLUE value IS 37 (14.84% from 255) = 10.48%
R=45.89%
G=43.63%
B=10.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.77
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621543700.050.770.3656.1662.8139.02
HexA29A25054D24383f27
Octal242232450511544707747
Binary101000101001101010010101011001101100100111000111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29A25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29A25; }

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

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

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

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

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

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

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

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