#aa4e00

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

Shades of Rust #AA4E00

Tints of Rust #AA4E00

Color information

#AA4E00 (or 0xAA4E00) is unknown color: approx Rust. HEX triplet: AA, 4E and 00. RGB value is (170,78,0). Sum of RGB (Red+Green+Blue) = 170+78+0=248 (32% of max value = 765). Red value is 170 (66.80% from 255 or 68.55% from 248); Green value is 78 (30.86% from 255 or 31.45% from 248); Blue value is 0 (0.39% from 255 or 0% from 248); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4E00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA4E00 is #55B1FF. Grayscale: #616161. Windows color (decimal): -5616128 or 20138. OLE color: 20138.

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

Color convert

RGB170780-
CMYK00.5410.33
HSL27.53º100%33.33%-
HSV(B)27.53º100%66.67%-
XYZ19.313.991.68-
YUV96.6273.48180.34-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 68.55%
GREEN value IS 78 (30.86% from 255) = 31.45%
BLUE value IS 0 (0.39% from 255) = 0%
R=68.55%
G=31.45%
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
Decimal17078000.5410.3327.5310033.33
HexAA4E003664211c6421
Octal2521160066144413414441
Binary101010101001110001101101100100100001111001100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa4e00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa4e00; }

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

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

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

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

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

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

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

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