#AA5509

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

Shades of Rust #AA5509

Tints of Rust #AA5509

Color information

#AA5509 (or 0xAA5509) is unknown color: approx Rust. HEX triplet: AA, 55 and 09. RGB value is (170,85,9). Sum of RGB (Red+Green+Blue) = 170+85+9=264 (34% of max value = 765). Red value is 170 (66.80% from 255 or 64.39% from 264); Green value is 85 (33.59% from 255 or 32.20% from 264); Blue value is 9 (3.91% from 255 or 3.41% from 264); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5509 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA5509 is #55AAF6. Grayscale: #666666. Windows color (decimal): -5614327 or 611754. OLE color: 611754.

HSL color Cylindrical-coordinate representation of color #AA5509: hue angle of 28.32º degrees, saturation: 0.9, 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 #AA5509 is Cyan = 0, Magento = 0.50, Yellow = 0.95 and Black (K on CMYK) = 0.33.

Color convert

RGB170859-
CMYK00.500.950.33
HSL28.32º89.94%35.1%-
HSV(B)28.32º94.71%66.67%-
XYZ19.8815.062.12-
YUV101.7575.66176.68-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 64.39%
GREEN value IS 85 (33.59% from 255) = 32.20%
BLUE value IS 9 (3.91% from 255) = 3.41%
R=64.39%
G=32.20%
B=3.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.95
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17085900.500.950.3328.3289.9435.1
HexAA5590325F211c5a23
Octal25212511062137413413243
Binary101010101010101100101100101011111100001111001011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5509; }

 p { color: rgb(170,85,9); }

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

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

 a { background-color: rgb(170,85,9); }

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

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

 span { border-color: rgb(170,85,9); }

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