#AA9608

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

Shades of Lucky #AA9608

Tints of Lucky #AA9608

Color information

#AA9608 (or 0xAA9608) is unknown color: approx Lucky. HEX triplet: AA, 96 and 08. RGB value is (170,150,8). Sum of RGB (Red+Green+Blue) = 170+150+8=328 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.83% from 328); Green value is 150 (58.98% from 255 or 45.73% from 328); Blue value is 8 (3.52% from 255 or 2.44% from 328); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9608 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA9608 is #5569F7. Grayscale: #8C8C8C. Windows color (decimal): -5597688 or 562858. OLE color: 562858.

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

Color convert

RGB1701508-
CMYK00.120.950.33
HSL52.59º91.01%34.9%-
HSV(B)52.59º95.29%66.67%-
XYZ27.5330.384.64-
YUV139.7953.63149.55-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 51.83%
GREEN value IS 150 (58.98% from 255) = 45.73%
BLUE value IS 8 (3.52% from 255) = 2.44%
R=51.83%
G=45.73%
B=2.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.95
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170150800.120.950.3352.5991.0134.9
HexAA9680C5F21355b23
Octal25222610014137416513343
Binary101010101001011010000110010111111000011101011011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9608; }

 p { color: rgb(170,150,8); }

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

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

 a { background-color: rgb(170,150,8); }

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

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

 span { border-color: rgb(170,150,8); }

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