#AA3E15

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

Shades of Rust #AA3E15

Tints of Rust #AA3E15

Color information

#AA3E15 (or 0xAA3E15) is unknown color: approx Rust. HEX triplet: AA, 3E and 15. RGB value is (170,62,21). Sum of RGB (Red+Green+Blue) = 170+62+21=253 (33% of max value = 765). Red value is 170 (66.80% from 255 or 67.19% from 253); Green value is 62 (24.61% from 255 or 24.51% from 253); Blue value is 21 (8.59% from 255 or 8.30% from 253); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3E15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3E15 is #55C1EA. Grayscale: #595959. Windows color (decimal): -5620203 or 1392298. OLE color: 1392298.

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

Color convert

RGB1706221-
CMYK00.640.880.33
HSL16.51º78.01%37.45%-
HSV(B)16.51º87.65%66.67%-
XYZ18.4412.052.06-
YUV89.6289.28185.33-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 67.19%
GREEN value IS 62 (24.61% from 255) = 24.51%
BLUE value IS 21 (8.59% from 255) = 8.30%
R=67.19%
G=24.51%
B=8.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.88
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170622100.640.880.3316.5178.0137.45
HexAA3E150405821114e25
Octal25276250100130412111645
Binary1010101011111010101010000001011000100001100011001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA3E15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA3E15; }

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

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

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

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

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

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

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

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