#AA4A15

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

Shades of Rust #AA4A15

Tints of Rust #AA4A15

Color information

#AA4A15 (or 0xAA4A15) is unknown color: approx Rust. HEX triplet: AA, 4A and 15. RGB value is (170,74,21). Sum of RGB (Red+Green+Blue) = 170+74+21=265 (35% of max value = 765). Red value is 170 (66.80% from 255 or 64.15% from 265); Green value is 74 (29.30% from 255 or 27.92% from 265); Blue value is 21 (8.59% from 255 or 7.92% from 265); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4A15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA4A15 is #55B5EA. Grayscale: #606060. Windows color (decimal): -5617131 or 1395370. OLE color: 1395370.

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

Color convert

RGB1707421-
CMYK00.560.880.33
HSL21.34º78.01%37.45%-
HSV(B)21.34º87.65%66.67%-
XYZ19.1613.52.3-
YUV96.6685.3180.31-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 64.15%
GREEN value IS 74 (29.30% from 255) = 27.92%
BLUE value IS 21 (8.59% from 255) = 7.92%
R=64.15%
G=27.92%
B=7.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.88
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170742100.560.880.3321.3478.0137.45
HexAA4A150385821154e25
Octal25211225070130412511645
Binary1010101010010101010101110001011000100001101011001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4A15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4A15; }

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

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

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

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

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

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

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

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