#a99a12

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

Shades of Lucky #A99A12

Tints of Lucky #A99A12

Color information

#A99A12 (or 0xA99A12) is unknown color: approx Lucky. HEX triplet: A9, 9A and 12. RGB value is (169,154,18). Sum of RGB (Red+Green+Blue) = 169+154+18=341 (45% of max value = 765). Red value is 169 (66.41% from 255 or 49.56% from 341); Green value is 154 (60.55% from 255 or 45.16% from 341); Blue value is 18 (7.42% from 255 or 5.28% from 341); Max value from RGB is 169 - color contains mainly: red. Hex color #A99A12 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A99A12 is #5665ED. Grayscale: #8F8F8F. Windows color (decimal): -5662190 or 1219241. OLE color: 1219241.

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

Color convert

RGB16915418-
CMYK00.090.890.34
HSL54.04º80.75%36.67%-
HSV(B)54.04º89.35%66.27%-
XYZ28.0331.595.19-
YUV142.9857.47146.56-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 49.56%
GREEN value IS 154 (60.55% from 255) = 45.16%
BLUE value IS 18 (7.42% from 255) = 5.28%
R=49.56%
G=45.16%
B=5.28%

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
Decimal1691541800.090.890.3454.0480.7536.67
HexA99A12095922365125
Octal25123222011131426612145
Binary1010100110011010100100100110110011000101101101010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a99a12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a99a12; }

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

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

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

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

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

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

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

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