#AA5301

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

Shades of Rust #AA5301

Tints of Rust #AA5301

Color information

#AA5301 (or 0xAA5301) is unknown color: approx Rust. HEX triplet: AA, 53 and 01. RGB value is (170,83,1). Sum of RGB (Red+Green+Blue) = 170+83+1=254 (33% of max value = 765). Red value is 170 (66.80% from 255 or 66.93% from 254); Green value is 83 (32.81% from 255 or 32.68% from 254); Blue value is 1 (0.78% from 255 or 0.39% from 254); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5301 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA5301 is #55ACFE. Grayscale: #646464. Windows color (decimal): -5614847 or 86954. OLE color: 86954.

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

Color convert

RGB170831-
CMYK00.510.990.33
HSL29.11º98.83%33.53%-
HSV(B)29.11º99.41%66.67%-
XYZ19.6814.731.84-
YUV99.6672.32178.17-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 66.93%
GREEN value IS 83 (32.81% from 255) = 32.68%
BLUE value IS 1 (0.78% from 255) = 0.39%
R=66.93%
G=32.68%
B=0.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.99
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17083100.510.990.3329.1198.8333.53
HexAA53103363211d6322
Octal2521231063143413514342
Binary101010101010011101100111100011100001111011100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5301

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5301; }

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

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

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

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

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

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

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

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