#aa9800

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

Shades of Lucky #AA9800

Tints of Lucky #AA9800

Color information

#AA9800 (or 0xAA9800) is unknown color: approx Lucky. HEX triplet: AA, 98 and 00. RGB value is (170,152,0). Sum of RGB (Red+Green+Blue) = 170+152+0=322 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.80% from 322); Green value is 152 (59.77% from 255 or 47.20% from 322); Blue value is 0 (0.39% from 255 or 0% from 322); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9800 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA9800 is #5567FF. Grayscale: #8C8C8C. Windows color (decimal): -5597184 or 39082. OLE color: 39082.

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

Color convert

RGB1701520-
CMYK00.1110.33
HSL53.65º100%33.33%-
HSV(B)53.65º100%66.67%-
XYZ27.81314.52-
YUV140.0548.96149.36-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 52.80%
GREEN value IS 152 (59.77% from 255) = 47.20%
BLUE value IS 0 (0.39% from 255) = 0%
R=52.80%
G=47.20%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 1
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170152000.1110.3353.6510033.33
HexAA9800B6421366421
Octal2522300013144416614441
Binary101010101001100000101111001001000011101101100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa9800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa9800; }

 p { color: rgb(170,152,0); }

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

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

 a { background-color: rgb(170,152,0); }

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

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

 span { border-color: rgb(170,152,0); }

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