#A7A325

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

Shades of Lucky #A7A325

Tints of Lucky #A7A325

Color information

#A7A325 (or 0xA7A325) is unknown color: approx Lucky. HEX triplet: A7, A3 and 25. RGB value is (167,163,37). Sum of RGB (Red+Green+Blue) = 167+163+37=367 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.50% from 367); Green value is 163 (64.06% from 255 or 44.41% from 367); Blue value is 37 (14.84% from 255 or 10.08% from 367); Max value from RGB is 167 - color contains mainly: red. Hex color #A7A325 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A7A325 is #585CDA. Grayscale: #969696. Windows color (decimal): -5790939 or 2466727. OLE color: 2466727.

HSL color Cylindrical-coordinate representation of color #A7A325: hue angle of 58.15º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A7A325 is Cyan = 0, Magento = 0.02, Yellow = 0.78 and Black (K on CMYK) = 0.35.

Color convert

RGB16716337-
CMYK00.020.780.35
HSL58.15º63.73%40%-
HSV(B)58.15º77.84%65.49%-
XYZ29.3734.546.87-
YUV149.8364.33140.25-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 45.50%
GREEN value IS 163 (64.06% from 255) = 44.41%
BLUE value IS 37 (14.84% from 255) = 10.08%
R=45.50%
G=44.41%
B=10.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.78
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671633700.020.780.3558.1563.7340
HexA7A325024E233a4028
Octal2472434502116437210050
Binary101001111010001110010101010011101000111110101000000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7A325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7A325; }

 p { color: rgb(167,163,37); }

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

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

 a { background-color: rgb(167,163,37); }

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

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

 span { border-color: rgb(167,163,37); }

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