#A29125

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

Shades of Lucky #A29125

Tints of Lucky #A29125

Color information

#A29125 (or 0xA29125) is unknown color: approx Lucky. HEX triplet: A2, 91 and 25. RGB value is (162,145,37). Sum of RGB (Red+Green+Blue) = 162+145+37=344 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.09% from 344); Green value is 145 (57.03% from 255 or 42.15% from 344); Blue value is 37 (14.84% from 255 or 10.76% from 344); Max value from RGB is 162 - color contains mainly: red. Hex color #A29125 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A29125 is #5D6EDA. Grayscale: #8A8A8A. Windows color (decimal): -6123227 or 2462114. OLE color: 2462114.

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

Color convert

RGB16214537-
CMYK00.100.770.36
HSL51.84º62.81%39.02%-
HSV(B)51.84º77.16%63.53%-
XYZ25.3628.075.83-
YUV137.7771.13145.28-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 47.09%
GREEN value IS 145 (57.03% from 255) = 42.15%
BLUE value IS 37 (14.84% from 255) = 10.76%
R=47.09%
G=42.15%
B=10.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.77
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621453700.100.770.3651.8462.8139.02
HexA291250A4D24343f27
Octal2422214501211544647747
Binary1010001010010001100101010101001101100100110100111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29125; }

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

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

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

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

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

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

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

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