#AA3215

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

Shades of Rust #AA3215

Tints of Rust #AA3215

Color information

#AA3215 (or 0xAA3215) is unknown color: approx Rust. HEX triplet: AA, 32 and 15. RGB value is (170,50,21). Sum of RGB (Red+Green+Blue) = 170+50+21=241 (31% of max value = 765). Red value is 170 (66.80% from 255 or 70.54% from 241); Green value is 50 (19.92% from 255 or 20.75% from 241); Blue value is 21 (8.59% from 255 or 8.71% from 241); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3215 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3215 is #55CDEA. Grayscale: #525252. Windows color (decimal): -5623275 or 1389226. OLE color: 1389226.

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

Color convert

RGB1705021-
CMYK00.710.880.33
HSL11.68º78.01%37.45%-
HSV(B)11.68º87.65%66.67%-
XYZ17.8510.881.87-
YUV82.5793.26190.36-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 70.54%
GREEN value IS 50 (19.92% from 255) = 20.75%
BLUE value IS 21 (8.59% from 255) = 8.71%
R=70.54%
G=20.75%
B=8.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.88
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170502100.710.880.3311.6878.0137.45
HexAA32150475821c4e25
Octal25262250107130411411645
Binary101010101100101010101000111101100010000111001001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA3215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA3215; }

 p { color: rgb(170,50,21); }

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

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

 a { background-color: rgb(170,50,21); }

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

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

 span { border-color: rgb(170,50,21); }

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