#AA990E

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

Shades of Lucky #AA990E

Tints of Lucky #AA990E

Color information

#AA990E (or 0xAA990E) is unknown color: approx Lucky. HEX triplet: AA, 99 and 0E. RGB value is (170,153,14). Sum of RGB (Red+Green+Blue) = 170+153+14=337 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.45% from 337); Green value is 153 (60.16% from 255 or 45.40% from 337); Blue value is 14 (5.86% from 255 or 4.15% from 337); Max value from RGB is 170 - color contains mainly: red. Hex color #AA990E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA990E is #5566F1. Grayscale: #8E8E8E. Windows color (decimal): -5596914 or 956842. OLE color: 956842.

HSL color Cylindrical-coordinate representation of color #AA990E: hue angle of 53.46º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AA990E is Cyan = 0, Magento = 0.1, Yellow = 0.92 and Black (K on CMYK) = 0.33.

Color convert

RGB17015314-
CMYK00.10.920.33
HSL53.46º84.78%36.08%-
HSV(B)53.46º91.76%66.67%-
XYZ28.0531.364.99-
YUV142.2455.63147.8-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 50.45%
GREEN value IS 153 (60.16% from 255) = 45.40%
BLUE value IS 14 (5.86% from 255) = 4.15%
R=50.45%
G=45.40%
B=4.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.92
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701531400.10.920.3353.4684.7836.08
HexAA99E0A5C21355524
Octal25223116012134416512544
Binary101010101001100111100101010111001000011101011010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA990E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA990E; }

 p { color: rgb(170,153,14); }

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

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

 a { background-color: rgb(170,153,14); }

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

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

 span { border-color: rgb(170,153,14); }

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