#A29325

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

Shades of Lucky #A29325

Tints of Lucky #A29325

Color information

#A29325 (or 0xA29325) is unknown color: approx Lucky. HEX triplet: A2, 93 and 25. RGB value is (162,147,37). Sum of RGB (Red+Green+Blue) = 162+147+37=346 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.82% from 346); Green value is 147 (57.81% from 255 or 42.49% from 346); Blue value is 37 (14.84% from 255 or 10.69% from 346); Max value from RGB is 162 - color contains mainly: red. Hex color #A29325 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A29325 is #5D6CDA. Grayscale: #8B8B8B. Windows color (decimal): -6122715 or 2462626. OLE color: 2462626.

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

Color convert

RGB16214737-
CMYK00.090.770.36
HSL52.8º62.81%39.02%-
HSV(B)52.8º77.16%63.53%-
XYZ25.6728.685.93-
YUV138.9470.47144.44-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 46.82%
GREEN value IS 147 (57.81% from 255) = 42.49%
BLUE value IS 37 (14.84% from 255) = 10.69%
R=46.82%
G=42.49%
B=10.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.77
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621473700.090.770.3652.862.8139.02
HexA29325094D24353f27
Octal2422234501111544657747
Binary1010001010010011100101010011001101100100110101111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29325; }

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

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

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

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

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

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

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

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