#AA4A14

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

Shades of Rust #AA4A14

Tints of Rust #AA4A14

Color information

#AA4A14 (or 0xAA4A14) is unknown color: approx Rust. HEX triplet: AA, 4A and 14. RGB value is (170,74,20). Sum of RGB (Red+Green+Blue) = 170+74+20=264 (34% of max value = 765). Red value is 170 (66.80% from 255 or 64.39% from 264); Green value is 74 (29.30% from 255 or 28.03% from 264); Blue value is 20 (8.20% from 255 or 7.58% from 264); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4A14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA4A14 is #55B5EB. Grayscale: #606060. Windows color (decimal): -5617132 or 1329834. OLE color: 1329834.

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

Color convert

RGB1707420-
CMYK00.560.880.33
HSL21.6º78.95%37.25%-
HSV(B)21.6º88.24%66.67%-
XYZ19.1513.492.26-
YUV96.5584.8180.39-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 64.39%
GREEN value IS 74 (29.30% from 255) = 28.03%
BLUE value IS 20 (8.20% from 255) = 7.58%
R=64.39%
G=28.03%
B=7.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.88
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170742000.560.880.3321.678.9537.25
HexAA4A140385821164f25
Octal25211224070130412611745
Binary1010101010010101010001110001011000100001101101001111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4A14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4A14; }

 p { color: rgb(170,74,20); }

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

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

 a { background-color: rgb(170,74,20); }

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

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

 span { border-color: rgb(170,74,20); }

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