#AA5201

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

Shades of Rust #AA5201

Tints of Rust #AA5201

Color information

#AA5201 (or 0xAA5201) is unknown color: approx Rust. HEX triplet: AA, 52 and 01. RGB value is (170,82,1). Sum of RGB (Red+Green+Blue) = 170+82+1=253 (33% of max value = 765). Red value is 170 (66.80% from 255 or 67.19% from 253); Green value is 82 (32.42% from 255 or 32.41% from 253); Blue value is 1 (0.78% from 255 or 0.40% from 253); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5201 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA5201 is #55ADFE. Grayscale: #636363. Windows color (decimal): -5615103 or 86698. OLE color: 86698.

HSL color Cylindrical-coordinate representation of color #AA5201: hue angle of 28.76º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AA5201 is Cyan = 0, Magento = 0.52, Yellow = 0.99 and Black (K on CMYK) = 0.33.

Color convert

RGB170821-
CMYK00.520.990.33
HSL28.76º98.83%33.53%-
HSV(B)28.76º99.41%66.67%-
XYZ19.614.581.81-
YUV99.0872.65178.59-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 67.19%
GREEN value IS 82 (32.42% from 255) = 32.41%
BLUE value IS 1 (0.78% from 255) = 0.40%
R=67.19%
G=32.41%
B=0.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.99
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17082100.520.990.3328.7698.8333.53
HexAA52103463211d6322
Octal2521221064143413514342
Binary101010101010010101101001100011100001111011100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5201; }

 p { color: rgb(170,82,1); }

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

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

 a { background-color: rgb(170,82,1); }

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

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

 span { border-color: rgb(170,82,1); }

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