#a99318

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

Shades of Lucky #A99318

Tints of Lucky #A99318

Color information

#A99318 (or 0xA99318) is unknown color: approx Lucky. HEX triplet: A9, 93 and 18. RGB value is (169,147,24). Sum of RGB (Red+Green+Blue) = 169+147+24=340 (45% of max value = 765). Red value is 169 (66.41% from 255 or 49.71% from 340); Green value is 147 (57.81% from 255 or 43.24% from 340); Blue value is 24 (9.77% from 255 or 7.06% from 340); Max value from RGB is 169 - color contains mainly: red. Hex color #A99318 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A99318 is #566CE7. Grayscale: #8C8C8C. Windows color (decimal): -5663976 or 1610665. OLE color: 1610665.

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

Color convert

RGB16914724-
CMYK00.130.860.34
HSL50.9º75.13%37.84%-
HSV(B)50.9º85.8%66.27%-
XYZ26.9629.375.11-
YUV139.5662.79149-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 49.71%
GREEN value IS 147 (57.81% from 255) = 43.24%
BLUE value IS 24 (9.77% from 255) = 7.06%
R=49.71%
G=43.24%
B=7.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.86
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691472400.130.860.3450.975.1337.84
HexA993180D5622334b26
Octal25122330015126426311346
Binary1010100110010011110000110110101101000101100111001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a99318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a99318; }

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

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

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

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

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

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

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

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