#AA3D11

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

Shades of Rust #AA3D11

Tints of Rust #AA3D11

Color information

#AA3D11 (or 0xAA3D11) is unknown color: approx Rust. HEX triplet: AA, 3D and 11. RGB value is (170,61,17). Sum of RGB (Red+Green+Blue) = 170+61+17=248 (32% of max value = 765). Red value is 170 (66.80% from 255 or 68.55% from 248); Green value is 61 (24.22% from 255 or 24.60% from 248); Blue value is 17 (7.03% from 255 or 6.85% from 248); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3D11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3D11 is #55C2EE. Grayscale: #585858. Windows color (decimal): -5620463 or 1129898. OLE color: 1129898.

HSL color Cylindrical-coordinate representation of color #AA3D11: hue angle of 17.25º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AA3D11 is Cyan = 0, Magento = 0.64, Yellow = 0.9 and Black (K on CMYK) = 0.33.

Color convert

RGB1706117-
CMYK00.640.90.33
HSL17.25º81.82%36.67%-
HSV(B)17.25º90%66.67%-
XYZ18.3511.921.86-
YUV88.5887.61186.08-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 68.55%
GREEN value IS 61 (24.22% from 255) = 24.60%
BLUE value IS 17 (7.03% from 255) = 6.85%
R=68.55%
G=24.60%
B=6.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.9
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170611700.640.90.3317.2581.8236.67
HexAA3D110405A21115225
Octal25275210100132412112245
Binary1010101011110110001010000001011010100001100011010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA3D11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA3D11; }

 p { color: rgb(170,61,17); }

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

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

 a { background-color: rgb(170,61,17); }

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

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

 span { border-color: rgb(170,61,17); }

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