#AA4215

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

Shades of Rust #AA4215

Tints of Rust #AA4215

Color information

#AA4215 (or 0xAA4215) is unknown color: approx Rust. HEX triplet: AA, 42 and 15. RGB value is (170,66,21). Sum of RGB (Red+Green+Blue) = 170+66+21=257 (34% of max value = 765). Red value is 170 (66.80% from 255 or 66.15% from 257); Green value is 66 (26.17% from 255 or 25.68% from 257); Blue value is 21 (8.59% from 255 or 8.17% from 257); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4215 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA4215 is #55BDEA. Grayscale: #5C5C5C. Windows color (decimal): -5619179 or 1393322. OLE color: 1393322.

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

Color convert

RGB1706621-
CMYK00.610.880.33
HSL18.12º78.01%37.45%-
HSV(B)18.12º87.65%66.67%-
XYZ18.6612.52.14-
YUV91.9787.96183.66-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 66.15%
GREEN value IS 66 (26.17% from 255) = 25.68%
BLUE value IS 21 (8.59% from 255) = 8.17%
R=66.15%
G=25.68%
B=8.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.88
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170662100.610.880.3318.1278.0137.45
HexAA421503D5821124e25
Octal25210225075130412211645
Binary1010101010000101010101111011011000100001100101001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4215; }

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

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

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

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

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

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

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

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