#AA3B00

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

Shades of Rust #AA3B00

Tints of Rust #AA3B00

Color information

#AA3B00 (or 0xAA3B00) is unknown color: approx Rust. HEX triplet: AA, 3B and 00. RGB value is (170,59,0). Sum of RGB (Red+Green+Blue) = 170+59+0=229 (30% of max value = 765). Red value is 170 (66.80% from 255 or 74.24% from 229); Green value is 59 (23.44% from 255 or 25.76% from 229); Blue value is 0 (0.39% from 255 or 0% from 229); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3B00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3B00 is #55C4FF. Grayscale: #555555. Windows color (decimal): -5620992 or 15274. OLE color: 15274.

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

Color convert

RGB170590-
CMYK00.6510.33
HSL20.82º100%33.33%-
HSV(B)20.82º100%66.67%-
XYZ18.1411.671.3-
YUV85.4679.77188.3-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 74.24%
GREEN value IS 59 (23.44% from 255) = 25.76%
BLUE value IS 0 (0.39% from 255) = 0%
R=74.24%
G=25.76%
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
Decimal17059000.6510.3320.8210033.33
HexAA3B00416421156421
Octal2527300101144412514441
Binary101010101110110010000011100100100001101011100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA3B00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA3B00; }

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

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

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

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

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

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

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

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