#AA3A19

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

Shades of Rust #AA3A19

Tints of Rust #AA3A19

Color information

#AA3A19 (or 0xAA3A19) is unknown color: approx Rust. HEX triplet: AA, 3A and 19. RGB value is (170,58,25). Sum of RGB (Red+Green+Blue) = 170+58+25=253 (33% of max value = 765). Red value is 170 (66.80% from 255 or 67.19% from 253); Green value is 58 (23.05% from 255 or 22.92% from 253); Blue value is 25 (10.16% from 255 or 9.88% from 253); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3A19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3A19 is #55C5E6. Grayscale: #575757. Windows color (decimal): -5621223 or 1653418. OLE color: 1653418.

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

Color convert

RGB1705825-
CMYK00.660.850.33
HSL13.66º74.36%38.24%-
HSV(B)13.66º85.29%66.67%-
XYZ18.2711.642.2-
YUV87.7392.61186.68-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 67.19%
GREEN value IS 58 (23.05% from 255) = 22.92%
BLUE value IS 25 (10.16% from 255) = 9.88%
R=67.19%
G=22.92%
B=9.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.85
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170582500.660.850.3313.6674.3638.24
HexAA3A190425521e4a26
Octal25272310102125411611246
Binary101010101110101100101000010101010110000111101001010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA3A19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA3A19; }

 p { color: rgb(170,58,25); }

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

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

 a { background-color: rgb(170,58,25); }

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

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

 span { border-color: rgb(170,58,25); }

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