#A9A418

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

Shades of Lucky #A9A418

Tints of Lucky #A9A418

Color information

#A9A418 (or 0xA9A418) is unknown color: approx Lucky. HEX triplet: A9, A4 and 18. RGB value is (169,164,24). Sum of RGB (Red+Green+Blue) = 169+164+24=357 (47% of max value = 765). Red value is 169 (66.41% from 255 or 47.34% from 357); Green value is 164 (64.45% from 255 or 45.94% from 357); Blue value is 24 (9.77% from 255 or 6.72% from 357); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A418 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A9A418 is #565BE7. Grayscale: #969696. Windows color (decimal): -5659624 or 1615017. OLE color: 1615017.

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

Color convert

RGB16916424-
CMYK00.030.860.34
HSL57.93º75.13%37.84%-
HSV(B)57.93º85.8%66.27%-
XYZ29.835.056.06-
YUV149.5457.16141.88-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 47.34%
GREEN value IS 164 (64.45% from 255) = 45.94%
BLUE value IS 24 (9.77% from 255) = 6.72%
R=47.34%
G=45.94%
B=6.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.86
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691642400.030.860.3457.9375.1337.84
HexA9A4180356223a4b26
Octal2512443003126427211346
Binary10101001101001001100001110101101000101110101001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9A418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9A418; }

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

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

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

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

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

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

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

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