#AA9901

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

Shades of Lucky #AA9901

Tints of Lucky #AA9901

Color information

#AA9901 (or 0xAA9901) is unknown color: approx Lucky. HEX triplet: AA, 99 and 01. RGB value is (170,153,1). Sum of RGB (Red+Green+Blue) = 170+153+1=324 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.47% from 324); Green value is 153 (60.16% from 255 or 47.22% from 324); Blue value is 1 (0.78% from 255 or 0.31% from 324); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9901 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA9901 is #5566FE. Grayscale: #8D8D8D. Windows color (decimal): -5596927 or 104874. OLE color: 104874.

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

Color convert

RGB1701531-
CMYK00.10.990.33
HSL53.96º98.83%33.53%-
HSV(B)53.96º99.41%66.67%-
XYZ27.9731.334.6-
YUV140.7649.13148.86-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 52.47%
GREEN value IS 153 (60.16% from 255) = 47.22%
BLUE value IS 1 (0.78% from 255) = 0.31%
R=52.47%
G=47.22%
B=0.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.99
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170153100.10.990.3353.9698.8333.53
HexAA9910A6321366322
Octal2522311012143416614342
Binary101010101001100110101011000111000011101101100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9901

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9901; }

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

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

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

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

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

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

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

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