#AA3506

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

Shades of Rust #AA3506

Tints of Rust #AA3506

Color information

#AA3506 (or 0xAA3506) is unknown color: approx Rust. HEX triplet: AA, 35 and 06. RGB value is (170,53,6). Sum of RGB (Red+Green+Blue) = 170+53+6=229 (30% of max value = 765). Red value is 170 (66.80% from 255 or 74.24% from 229); Green value is 53 (21.09% from 255 or 23.14% from 229); Blue value is 6 (2.73% from 255 or 2.62% from 229); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3506 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3506 is #55CAF9. Grayscale: #525252. Windows color (decimal): -5622522 or 406954. OLE color: 406954.

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

Color convert

RGB170536-
CMYK00.690.960.33
HSL17.2º93.18%34.51%-
HSV(B)17.2º96.47%66.67%-
XYZ17.8811.111.37-
YUV82.6284.76190.32-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 74.24%
GREEN value IS 53 (21.09% from 255) = 23.14%
BLUE value IS 6 (2.73% from 255) = 2.62%
R=74.24%
G=23.14%
B=2.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.96
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17053600.690.960.3317.293.1834.51
HexAA3560456021115d23
Octal2526560105140412113543
Binary10101010110101110010001011100000100001100011011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA3506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA3506; }

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

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

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

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

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

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

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

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