#A99A25

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

Shades of Lucky #A99A25

Tints of Lucky #A99A25

Color information

#A99A25 (or 0xA99A25) is unknown color: approx Lucky. HEX triplet: A9, 9A and 25. RGB value is (169,154,37). Sum of RGB (Red+Green+Blue) = 169+154+37=360 (47% of max value = 765). Red value is 169 (66.41% from 255 or 46.94% from 360); Green value is 154 (60.55% from 255 or 42.78% from 360); Blue value is 37 (14.84% from 255 or 10.28% from 360); Max value from RGB is 169 - color contains mainly: red. Hex color #A99A25 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A99A25 is #5665DA. Grayscale: #919191. Windows color (decimal): -5662171 or 2464425. OLE color: 2464425.

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

Color convert

RGB16915437-
CMYK00.090.780.34
HSL53.18º64.08%40.39%-
HSV(B)53.18º78.11%66.27%-
XYZ28.2531.686.38-
YUV145.1566.97145.01-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 46.94%
GREEN value IS 154 (60.55% from 255) = 42.78%
BLUE value IS 37 (14.84% from 255) = 10.28%
R=46.94%
G=42.78%
B=10.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.78
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691543700.090.780.3453.1864.0840.39
HexA99A25094E22354028
Octal25123245011116426510050
Binary10101001100110101001010100110011101000101101011000000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99A25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99A25; }

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

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

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

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

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

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

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

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