#AA4D00

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

Shades of Rust #AA4D00

Tints of Rust #AA4D00

Color information

#AA4D00 (or 0xAA4D00) is unknown color: approx Rust. HEX triplet: AA, 4D and 00. RGB value is (170,77,0). Sum of RGB (Red+Green+Blue) = 170+77+0=247 (32% of max value = 765). Red value is 170 (66.80% from 255 or 68.83% from 247); Green value is 77 (30.47% from 255 or 31.17% from 247); Blue value is 0 (0.39% from 255 or 0% from 247); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4D00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA4D00 is #55B2FF. Grayscale: #606060. Windows color (decimal): -5616384 or 19882. OLE color: 19882.

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

Color convert

RGB170770-
CMYK00.5510.33
HSL27.18º100%33.33%-
HSV(B)27.18º100%66.67%-
XYZ19.2313.851.66-
YUV96.0373.81180.76-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 68.83%
GREEN value IS 77 (30.47% from 255) = 31.17%
BLUE value IS 0 (0.39% from 255) = 0%
R=68.83%
G=31.17%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 1
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17077000.5510.3327.1810033.33
HexAA4D003764211b6421
Octal2521150067144413314441
Binary101010101001101001101111100100100001110111100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4D00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4D00; }

 p { color: rgb(170,77,0); }

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

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

 a { background-color: rgb(170,77,0); }

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

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

 span { border-color: rgb(170,77,0); }

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