#AA4F00

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

Shades of Rust #AA4F00

Tints of Rust #AA4F00

Color information

#AA4F00 (or 0xAA4F00) is unknown color: approx Rust. HEX triplet: AA, 4F and 00. RGB value is (170,79,0). Sum of RGB (Red+Green+Blue) = 170+79+0=249 (32% of max value = 765). Red value is 170 (66.80% from 255 or 68.27% from 249); Green value is 79 (31.25% from 255 or 31.73% from 249); Blue value is 0 (0.39% from 255 or 0% from 249); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4F00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA4F00 is #55B0FF. Grayscale: #616161. Windows color (decimal): -5615872 or 20394. OLE color: 20394.

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

Color convert

RGB170790-
CMYK00.5410.33
HSL27.88º100%33.33%-
HSV(B)27.88º100%66.67%-
XYZ19.3714.141.71-
YUV97.273.15179.92-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 68.27%
GREEN value IS 79 (31.25% from 255) = 31.73%
BLUE value IS 0 (0.39% from 255) = 0%
R=68.27%
G=31.73%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 1
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17079000.5410.3327.8810033.33
HexAA4F003664211c6421
Octal2521170066144413414441
Binary101010101001111001101101100100100001111001100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4F00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4F00; }

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

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

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

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

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

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

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

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