#AA3C00

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

Shades of Rust #AA3C00

Tints of Rust #AA3C00

Color information

#AA3C00 (or 0xAA3C00) is unknown color: approx Rust. HEX triplet: AA, 3C and 00. RGB value is (170,60,0). Sum of RGB (Red+Green+Blue) = 170+60+0=230 (30% of max value = 765). Red value is 170 (66.80% from 255 or 73.91% from 230); Green value is 60 (23.83% from 255 or 26.09% from 230); Blue value is 0 (0.39% from 255 or 0% from 230); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3C00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3C00 is #55C3FF. Grayscale: #565656. Windows color (decimal): -5620736 or 15530. OLE color: 15530.

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

Color convert

RGB170600-
CMYK00.6510.33
HSL21.18º100%33.33%-
HSV(B)21.18º100%66.67%-
XYZ18.1911.781.31-
YUV86.0579.44187.88-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 73.91%
GREEN value IS 60 (23.83% from 255) = 26.09%
BLUE value IS 0 (0.39% from 255) = 0%
R=73.91%
G=26.09%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 1
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17060000.6510.3321.1810033.33
HexAA3C00416421156421
Octal2527400101144412514441
Binary101010101111000010000011100100100001101011100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA3C00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA3C00; }

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

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

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

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

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

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

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

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