#AA3713

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

Shades of Rust #AA3713

Tints of Rust #AA3713

Color information

#AA3713 (or 0xAA3713) is unknown color: approx Rust. HEX triplet: AA, 37 and 13. RGB value is (170,55,19). Sum of RGB (Red+Green+Blue) = 170+55+19=244 (32% of max value = 765). Red value is 170 (66.80% from 255 or 69.67% from 244); Green value is 55 (21.88% from 255 or 22.54% from 244); Blue value is 19 (7.81% from 255 or 7.79% from 244); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3713 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3713 is #55C8EC. Grayscale: #555555. Windows color (decimal): -5621997 or 1259434. OLE color: 1259434.

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

Color convert

RGB1705519-
CMYK00.680.890.33
HSL14.3º79.89%37.06%-
HSV(B)14.3º88.82%66.67%-
XYZ18.0611.331.85-
YUV85.2890.6188.43-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 69.67%
GREEN value IS 55 (21.88% from 255) = 22.54%
BLUE value IS 19 (7.81% from 255) = 7.79%
R=69.67%
G=22.54%
B=7.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.89
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170551900.680.890.3314.379.8937.06
HexAA37130445921e5025
Octal25267230104131411612045
Binary101010101101111001101000100101100110000111101010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA3713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA3713; }

 p { color: rgb(170,55,19); }

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

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

 a { background-color: rgb(170,55,19); }

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

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

 span { border-color: rgb(170,55,19); }

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