#AA3916

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

Shades of Rust #AA3916

Tints of Rust #AA3916

Color information

#AA3916 (or 0xAA3916) is unknown color: approx Rust. HEX triplet: AA, 39 and 16. RGB value is (170,57,22). Sum of RGB (Red+Green+Blue) = 170+57+22=249 (32% of max value = 765). Red value is 170 (66.80% from 255 or 68.27% from 249); Green value is 57 (22.66% from 255 or 22.89% from 249); Blue value is 22 (8.98% from 255 or 8.84% from 249); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3916 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3916 is #55C6E9. Grayscale: #575757. Windows color (decimal): -5621482 or 1456554. OLE color: 1456554.

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

Color convert

RGB1705722-
CMYK00.660.870.33
HSL14.19º77.08%37.65%-
HSV(B)14.19º87.06%66.67%-
XYZ18.1911.532.03-
YUV86.891.44187.35-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 68.27%
GREEN value IS 57 (22.66% from 255) = 22.89%
BLUE value IS 22 (8.98% from 255) = 8.84%
R=68.27%
G=22.89%
B=8.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.87
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170572200.660.870.3314.1977.0837.65
HexAA39160425721e4d26
Octal25271260102127411611546
Binary101010101110011011001000010101011110000111101001101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA3916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA3916; }

 p { color: rgb(170,57,22); }

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

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

 a { background-color: rgb(170,57,22); }

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

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

 span { border-color: rgb(170,57,22); }

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