#A99913

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

Shades of Lucky #A99913

Tints of Lucky #A99913

Color information

#A99913 (or 0xA99913) is unknown color: approx Lucky. HEX triplet: A9, 99 and 13. RGB value is (169,153,19). Sum of RGB (Red+Green+Blue) = 169+153+19=341 (45% of max value = 765). Red value is 169 (66.41% from 255 or 49.56% from 341); Green value is 153 (60.16% from 255 or 44.87% from 341); Blue value is 19 (7.81% from 255 or 5.57% from 341); Max value from RGB is 169 - color contains mainly: red. Hex color #A99913 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A99913 is #5666EC. Grayscale: #8F8F8F. Windows color (decimal): -5662445 or 1284521. OLE color: 1284521.

HSL color Cylindrical-coordinate representation of color #A99913: hue angle of 53.6º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A99913 is Cyan = 0, Magento = 0.09, Yellow = 0.89 and Black (K on CMYK) = 0.34.

Color convert

RGB16915319-
CMYK00.090.890.34
HSL53.6º79.79%36.86%-
HSV(B)53.6º88.76%66.27%-
XYZ27.8731.265.18-
YUV142.5158.3146.9-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 49.56%
GREEN value IS 153 (60.16% from 255) = 44.87%
BLUE value IS 19 (7.81% from 255) = 5.57%
R=49.56%
G=44.87%
B=5.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.89
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691531900.090.890.3453.679.7936.86
HexA99913095922365025
Octal25123123011131426612045
Binary1010100110011001100110100110110011000101101101010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99913; }

 p { color: rgb(169,153,19); }

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

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

 a { background-color: rgb(169,153,19); }

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

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

 span { border-color: rgb(169,153,19); }

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