#aa4519

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

Shades of Rust #AA4519

Tints of Rust #AA4519

Color information

#AA4519 (or 0xAA4519) is unknown color: approx Rust. HEX triplet: AA, 45 and 19. RGB value is (170,69,25). Sum of RGB (Red+Green+Blue) = 170+69+25=264 (34% of max value = 765). Red value is 170 (66.80% from 255 or 64.39% from 264); Green value is 69 (27.34% from 255 or 26.14% from 264); Blue value is 25 (10.16% from 255 or 9.47% from 264); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4519 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA4519 is #55BAE6. Grayscale: #5E5E5E. Windows color (decimal): -5618407 or 1656234. OLE color: 1656234.

HSL color Cylindrical-coordinate representation of color #AA4519: hue angle of 18.21º 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 #AA4519 is Cyan = 0, Magento = 0.59, Yellow = 0.85 and Black (K on CMYK) = 0.33.

Color convert

RGB1706925-
CMYK00.590.850.33
HSL18.21º74.36%38.24%-
HSV(B)18.21º85.29%66.67%-
XYZ18.8812.872.41-
YUV94.1888.96182.08-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 64.39%
GREEN value IS 69 (27.34% from 255) = 26.14%
BLUE value IS 25 (10.16% from 255) = 9.47%
R=64.39%
G=26.14%
B=9.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.85
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170692500.590.850.3318.2174.3638.24
HexAA451903B5521124a26
Octal25210531073125412211246
Binary1010101010001011100101110111010101100001100101001010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa4519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa4519; }

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

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

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

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

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

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

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

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