#AA4909

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

Shades of Rust #AA4909

Tints of Rust #AA4909

Color information

#AA4909 (or 0xAA4909) is unknown color: approx Rust. HEX triplet: AA, 49 and 09. RGB value is (170,73,9). Sum of RGB (Red+Green+Blue) = 170+73+9=252 (33% of max value = 765). Red value is 170 (66.80% from 255 or 67.46% from 252); Green value is 73 (28.91% from 255 or 28.97% from 252); Blue value is 9 (3.91% from 255 or 3.57% from 252); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4909 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA4909 is #55B6F6. Grayscale: #5F5F5F. Windows color (decimal): -5617399 or 608682. OLE color: 608682.

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

Color convert

RGB170739-
CMYK00.570.950.33
HSL23.85º89.94%35.1%-
HSV(B)23.85º94.71%66.67%-
XYZ19.0113.331.83-
YUV94.7179.64181.7-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 67.46%
GREEN value IS 73 (28.91% from 255) = 28.97%
BLUE value IS 9 (3.91% from 255) = 3.57%
R=67.46%
G=28.97%
B=3.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.95
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17073900.570.950.3323.8589.9435.1
HexAA4990395F21185a23
Octal25211111071137413013243
Binary101010101001001100101110011011111100001110001011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4909

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4909; }

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

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

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

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

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

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

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

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