#A9A32A

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

Shades of Lucky #A9A32A

Tints of Lucky #A9A32A

Color information

#A9A32A (or 0xA9A32A) is unknown color: approx Lucky. HEX triplet: A9, A3 and 2A. RGB value is (169,163,42). Sum of RGB (Red+Green+Blue) = 169+163+42=374 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.19% from 374); Green value is 163 (64.06% from 255 or 43.58% from 374); Blue value is 42 (16.80% from 255 or 11.23% from 374); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A32A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A9A32A is #565CD5. Grayscale: #979797. Windows color (decimal): -5659862 or 2794409. OLE color: 2794409.

HSL color Cylindrical-coordinate representation of color #A9A32A: hue angle of 57.17º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A9A32A is Cyan = 0, Magento = 0.04, Yellow = 0.75 and Black (K on CMYK) = 0.34.

Color convert

RGB16916342-
CMYK00.040.750.34
HSL57.17º60.19%41.37%-
HSV(B)57.17º75.15%66.27%-
XYZ29.8834.87.33-
YUV15166.49140.84-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 45.19%
GREEN value IS 163 (64.06% from 255) = 43.58%
BLUE value IS 42 (16.80% from 255) = 11.23%
R=45.19%
G=43.58%
B=11.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.75
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691634200.040.750.3457.1760.1941.37
HexA9A32A044B22393c29
Octal251243520411342717451
Binary101010011010001110101001001001011100010111001111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9A32A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9A32A; }

 p { color: rgb(169,163,42); }

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

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

 a { background-color: rgb(169,163,42); }

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

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

 span { border-color: rgb(169,163,42); }

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