#AA5500

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

Shades of Rust #AA5500

Tints of Rust #AA5500

Color information

#AA5500 (or 0xAA5500) is unknown color: approx Rust. HEX triplet: AA, 55 and 00. RGB value is (170,85,0). Sum of RGB (Red+Green+Blue) = 170+85+0=255 (33% of max value = 765). Red value is 170 (66.80% from 255 or 66.67% from 255); Green value is 85 (33.59% from 255 or 33.33% from 255); Blue value is 0 (0.39% from 255 or 0% from 255); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5500 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA5500 is #55AAFF. Grayscale: #656565. Windows color (decimal): -5614336 or 21930. OLE color: 21930.

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

Color convert

RGB170850-
CMYK00.5010.33
HSL30º100%33.33%-
HSV(B)30º100%66.67%-
XYZ19.8315.041.86-
YUV100.7271.16177.41-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 66.67%
GREEN value IS 85 (33.59% from 255) = 33.33%
BLUE value IS 0 (0.39% from 255) = 0%
R=66.67%
G=33.33%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 1
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17085000.5010.333010033.33
HexAA55003264211e6421
Octal2521250062144413614441
Binary101010101010101001100101100100100001111101100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5500; }

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

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

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

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

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

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

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

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