#AA4003

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

Shades of Rust #AA4003

Tints of Rust #AA4003

Color information

#AA4003 (or 0xAA4003) is unknown color: approx Rust. HEX triplet: AA, 40 and 03. RGB value is (170,64,3). Sum of RGB (Red+Green+Blue) = 170+64+3=237 (31% of max value = 765). Red value is 170 (66.80% from 255 or 71.73% from 237); Green value is 64 (25.39% from 255 or 27.00% from 237); Blue value is 3 (1.56% from 255 or 1.27% from 237); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4003 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA4003 is #55BFFC. Grayscale: #595959. Windows color (decimal): -5619709 or 213162. OLE color: 213162.

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

Color convert

RGB170643-
CMYK00.620.980.33
HSL21.92º96.53%33.92%-
HSV(B)21.92º98.24%66.67%-
XYZ18.4312.221.47-
YUV88.7479.62185.96-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 71.73%
GREEN value IS 64 (25.39% from 255) = 27.00%
BLUE value IS 3 (1.56% from 255) = 1.27%
R=71.73%
G=27.00%
B=1.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.98
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17064300.620.980.3321.9296.5333.92
HexAA40303E6221166122
Octal2521003076142412614142
Binary1010101010000001101111101100010100001101101100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4003; }

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

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

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

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

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

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

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

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