#AA550D

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

Shades of Rust #AA550D

Tints of Rust #AA550D

Color information

#AA550D (or 0xAA550D) is unknown color: approx Rust. HEX triplet: AA, 55 and 0D. RGB value is (170,85,13). Sum of RGB (Red+Green+Blue) = 170+85+13=268 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.43% from 268); Green value is 85 (33.59% from 255 or 31.72% from 268); Blue value is 13 (5.47% from 255 or 4.85% from 268); Max value from RGB is 170 - color contains mainly: red. Hex color #AA550D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA550D is #55AAF2. Grayscale: #666666. Windows color (decimal): -5614323 or 873898. OLE color: 873898.

HSL color Cylindrical-coordinate representation of color #AA550D: hue angle of 27.52º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AA550D is Cyan = 0, Magento = 0.50, Yellow = 0.92 and Black (K on CMYK) = 0.33.

Color convert

RGB1708513-
CMYK00.500.920.33
HSL27.52º85.79%35.88%-
HSV(B)27.52º92.35%66.67%-
XYZ19.915.072.24-
YUV102.2177.66176.35-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 63.43%
GREEN value IS 85 (33.59% from 255) = 31.72%
BLUE value IS 13 (5.47% from 255) = 4.85%
R=63.43%
G=31.72%
B=4.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.92
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170851300.500.920.3327.5285.7935.88
HexAA55D0325C211c5624
Octal25212515062134413412644
Binary101010101010101110101100101011100100001111001010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA550D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA550D; }

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

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

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

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

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

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

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

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