#AA4401

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

Shades of Rust #AA4401

Tints of Rust #AA4401

Color information

#AA4401 (or 0xAA4401) is unknown color: approx Rust. HEX triplet: AA, 44 and 01. RGB value is (170,68,1). Sum of RGB (Red+Green+Blue) = 170+68+1=239 (31% of max value = 765). Red value is 170 (66.80% from 255 or 71.13% from 239); Green value is 68 (26.95% from 255 or 28.45% from 239); Blue value is 1 (0.78% from 255 or 0.42% from 239); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4401 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA4401 is #55BBFE. Grayscale: #5B5B5B. Windows color (decimal): -5618687 or 83114. OLE color: 83114.

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

Color convert

RGB170681-
CMYK00.60.990.33
HSL23.79º98.83%33.53%-
HSV(B)23.79º99.41%66.67%-
XYZ18.6512.681.49-
YUV90.8677.29184.45-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 71.13%
GREEN value IS 68 (26.95% from 255) = 28.45%
BLUE value IS 1 (0.78% from 255) = 0.42%
R=71.13%
G=28.45%
B=0.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.99
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17068100.60.990.3323.7998.8333.53
HexAA44103C6321186322
Octal2521041074143413014342
Binary101010101000100101111001100011100001110001100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4401; }

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

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

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

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

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

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

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

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