#A99A0B

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

Shades of Lucky #A99A0B

Tints of Lucky #A99A0B

Color information

#A99A0B (or 0xA99A0B) is unknown color: approx Lucky. HEX triplet: A9, 9A and 0B. RGB value is (169,154,11). Sum of RGB (Red+Green+Blue) = 169+154+11=334 (44% of max value = 765). Red value is 169 (66.41% from 255 or 50.60% from 334); Green value is 154 (60.55% from 255 or 46.11% from 334); Blue value is 11 (4.69% from 255 or 3.29% from 334); Max value from RGB is 169 - color contains mainly: red. Hex color #A99A0B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A99A0B is #5665F4. Grayscale: #8E8E8E. Windows color (decimal): -5662197 or 760489. OLE color: 760489.

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

Color convert

RGB16915411-
CMYK00.090.930.34
HSL54.3º87.78%35.29%-
HSV(B)54.3º93.49%66.27%-
XYZ27.9831.574.94-
YUV142.1853.97147.13-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 50.60%
GREEN value IS 154 (60.55% from 255) = 46.11%
BLUE value IS 11 (4.69% from 255) = 3.29%
R=50.60%
G=46.11%
B=3.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.93
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691541100.090.930.3454.387.7835.29
HexA99AB095D22365823
Octal25123213011135426613043
Binary101010011001101010110100110111011000101101101011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99A0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99A0B; }

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

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

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

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

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

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

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

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