#AA3518

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

Shades of Rust #AA3518

Tints of Rust #AA3518

Color information

#AA3518 (or 0xAA3518) is unknown color: approx Rust. HEX triplet: AA, 35 and 18. RGB value is (170,53,24). Sum of RGB (Red+Green+Blue) = 170+53+24=247 (32% of max value = 765). Red value is 170 (66.80% from 255 or 68.83% from 247); Green value is 53 (21.09% from 255 or 21.46% from 247); Blue value is 24 (9.77% from 255 or 9.72% from 247); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3518 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3518 is #55CAE7. Grayscale: #545454. Windows color (decimal): -5622504 or 1586602. OLE color: 1586602.

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

Color convert

RGB1705324-
CMYK00.690.860.33
HSL11.92º75.26%38.04%-
HSV(B)11.92º85.88%66.67%-
XYZ18.0211.162.07-
YUV84.6893.76188.86-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 68.83%
GREEN value IS 53 (21.09% from 255) = 21.46%
BLUE value IS 24 (9.77% from 255) = 9.72%
R=68.83%
G=21.46%
B=9.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.86
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170532400.690.860.3311.9275.2638.04
HexAA35180455621c4b26
Octal25265300105126411411346
Binary101010101101011100001000101101011010000111001001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA3518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA3518; }

 p { color: rgb(170,53,24); }

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

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

 a { background-color: rgb(170,53,24); }

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

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

 span { border-color: rgb(170,53,24); }

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