#AA5303

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

Shades of Rust #AA5303

Tints of Rust #AA5303

Color information

#AA5303 (or 0xAA5303) is unknown color: approx Rust. HEX triplet: AA, 53 and 03. RGB value is (170,83,3). Sum of RGB (Red+Green+Blue) = 170+83+3=256 (33% of max value = 765). Red value is 170 (66.80% from 255 or 66.41% from 256); Green value is 83 (32.81% from 255 or 32.42% from 256); Blue value is 3 (1.56% from 255 or 1.17% from 256); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5303 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA5303 is #55ACFC. Grayscale: #646464. Windows color (decimal): -5614845 or 218026. OLE color: 218026.

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

Color convert

RGB170833-
CMYK00.510.980.33
HSL28.74º96.53%33.92%-
HSV(B)28.74º98.24%66.67%-
XYZ19.6914.741.89-
YUV99.8973.32178-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 66.41%
GREEN value IS 83 (32.81% from 255) = 32.42%
BLUE value IS 3 (1.56% from 255) = 1.17%
R=66.41%
G=32.42%
B=1.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.98
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17083300.510.980.3328.7496.5333.92
HexAA53303362211d6122
Octal2521233063142413514142
Binary1010101010100111101100111100010100001111011100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5303

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5303; }

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

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

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

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

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

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

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

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