#AA3613

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

Shades of Rust #AA3613

Tints of Rust #AA3613

Color information

#AA3613 (or 0xAA3613) is unknown color: approx Rust. HEX triplet: AA, 36 and 13. RGB value is (170,54,19). Sum of RGB (Red+Green+Blue) = 170+54+19=243 (32% of max value = 765). Red value is 170 (66.80% from 255 or 69.96% from 243); Green value is 54 (21.48% from 255 or 22.22% from 243); Blue value is 19 (7.81% from 255 or 7.82% from 243); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3613 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3613 is #55C9EC. Grayscale: #545454. Windows color (decimal): -5622253 or 1259178. OLE color: 1259178.

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

Color convert

RGB1705419-
CMYK00.680.890.33
HSL13.91º79.89%37.06%-
HSV(B)13.91º88.82%66.67%-
XYZ18.0111.231.83-
YUV84.6990.93188.85-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 69.96%
GREEN value IS 54 (21.48% from 255) = 22.22%
BLUE value IS 19 (7.81% from 255) = 7.82%
R=69.96%
G=22.22%
B=7.82%

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
Decimal170541900.680.890.3313.9179.8937.06
HexAA36130445921e5025
Octal25266230104131411612045
Binary101010101101101001101000100101100110000111101010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA3613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA3613; }

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

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

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

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

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

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

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

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