#AA9E0D

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

Shades of Lucky #AA9E0D

Tints of Lucky #AA9E0D

Color information

#AA9E0D (or 0xAA9E0D) is unknown color: approx Lucky. HEX triplet: AA, 9E and 0D. RGB value is (170,158,13). Sum of RGB (Red+Green+Blue) = 170+158+13=341 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.85% from 341); Green value is 158 (62.11% from 255 or 46.33% from 341); Blue value is 13 (5.47% from 255 or 3.81% from 341); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9E0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA9E0D is #5561F2. Grayscale: #919191. Windows color (decimal): -5595635 or 892586. OLE color: 892586.

HSL color Cylindrical-coordinate representation of color #AA9E0D: hue angle of 55.41º degrees, saturation: 0.86, 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 #AA9E0D is Cyan = 0, Magento = 0.07, Yellow = 0.92 and Black (K on CMYK) = 0.33.

Color convert

RGB17015813-
CMYK00.070.920.33
HSL55.41º85.79%35.88%-
HSV(B)55.41º92.35%66.67%-
XYZ28.8833.035.23-
YUV145.0653.48145.79-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 49.85%
GREEN value IS 158 (62.11% from 255) = 46.33%
BLUE value IS 13 (5.47% from 255) = 3.81%
R=49.85%
G=46.33%
B=3.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.92
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701581300.070.920.3355.4185.7935.88
HexAA9ED075C21375624
Octal2522361507134416712644
Binary10101010100111101101011110111001000011101111010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9E0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9E0D; }

 p { color: rgb(170,158,13); }

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

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

 a { background-color: rgb(170,158,13); }

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

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

 span { border-color: rgb(170,158,13); }

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