#A9A425

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

Shades of Lucky #A9A425

Tints of Lucky #A9A425

Color information

#A9A425 (or 0xA9A425) is unknown color: approx Lucky. HEX triplet: A9, A4 and 25. RGB value is (169,164,37). Sum of RGB (Red+Green+Blue) = 169+164+37=370 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.68% from 370); Green value is 164 (64.45% from 255 or 44.32% from 370); Blue value is 37 (14.84% from 255 or 10% from 370); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A425 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A9A425 is #565BDA. Grayscale: #979797. Windows color (decimal): -5659611 or 2466985. OLE color: 2466985.

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

Color convert

RGB16916437-
CMYK00.030.780.34
HSL57.73º64.08%40.39%-
HSV(B)57.73º78.11%66.27%-
XYZ29.9735.126.95-
YUV151.0263.66140.83-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 45.68%
GREEN value IS 164 (64.45% from 255) = 44.32%
BLUE value IS 37 (14.84% from 255) = 10%
R=45.68%
G=44.32%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.78
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691643700.030.780.3457.7364.0840.39
HexA9A425034E223a4028
Octal2512444503116427210050
Binary101010011010010010010101110011101000101110101000000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9A425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9A425; }

 p { color: rgb(169,164,37); }

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

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

 a { background-color: rgb(169,164,37); }

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

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

 span { border-color: rgb(169,164,37); }

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