#AA3415

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

Shades of Rust #AA3415

Tints of Rust #AA3415

Color information

#AA3415 (or 0xAA3415) is unknown color: approx Rust. HEX triplet: AA, 34 and 15. RGB value is (170,52,21). Sum of RGB (Red+Green+Blue) = 170+52+21=243 (32% of max value = 765). Red value is 170 (66.80% from 255 or 69.96% from 243); Green value is 52 (20.70% from 255 or 21.40% from 243); Blue value is 21 (8.59% from 255 or 8.64% from 243); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3415 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3415 is #55CBEA. Grayscale: #535353. Windows color (decimal): -5622763 or 1389738. OLE color: 1389738.

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

Color convert

RGB1705221-
CMYK00.690.880.33
HSL12.48º78.01%37.45%-
HSV(B)12.48º87.65%66.67%-
XYZ17.9411.061.9-
YUV83.7592.59189.52-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 69.96%
GREEN value IS 52 (20.70% from 255) = 21.40%
BLUE value IS 21 (8.59% from 255) = 8.64%
R=69.96%
G=21.40%
B=8.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.88
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170522100.690.880.3312.4878.0137.45
HexAA34150455821c4e25
Octal25264250105130411411645
Binary101010101101001010101000101101100010000111001001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA3415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA3415; }

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

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

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

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

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

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

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

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