#AA3615

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

Shades of Rust #AA3615

Tints of Rust #AA3615

Color information

#AA3615 (or 0xAA3615) is unknown color: approx Rust. HEX triplet: AA, 36 and 15. RGB value is (170,54,21). Sum of RGB (Red+Green+Blue) = 170+54+21=245 (32% of max value = 765). Red value is 170 (66.80% from 255 or 69.39% from 245); Green value is 54 (21.48% from 255 or 22.04% from 245); Blue value is 21 (8.59% from 255 or 8.57% from 245); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3615 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3615 is #55C9EA. Grayscale: #555555. Windows color (decimal): -5622251 or 1390250. OLE color: 1390250.

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

Color convert

RGB1705421-
CMYK00.680.880.33
HSL13.29º78.01%37.45%-
HSV(B)13.29º87.65%66.67%-
XYZ18.0311.241.93-
YUV84.9291.93188.68-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 69.39%
GREEN value IS 54 (21.48% from 255) = 22.04%
BLUE value IS 21 (8.59% from 255) = 8.57%
R=69.39%
G=22.04%
B=8.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.88
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170542100.680.880.3313.2978.0137.45
HexAA36150445821d4e25
Octal25266250104130411511645
Binary101010101101101010101000100101100010000111011001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA3615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA3615; }

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

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

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

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

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

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

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

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