#AA4E0A

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

Shades of Rust #AA4E0A

Tints of Rust #AA4E0A

Color information

#AA4E0A (or 0xAA4E0A) is unknown color: approx Rust. HEX triplet: AA, 4E and 0A. RGB value is (170,78,10). Sum of RGB (Red+Green+Blue) = 170+78+10=258 (34% of max value = 765). Red value is 170 (66.80% from 255 or 65.89% from 258); Green value is 78 (30.86% from 255 or 30.23% from 258); Blue value is 10 (4.30% from 255 or 3.88% from 258); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4E0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA4E0A is #55B1F5. Grayscale: #626262. Windows color (decimal): -5616118 or 675498. OLE color: 675498.

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

Color convert

RGB1707810-
CMYK00.540.940.33
HSL25.5º88.89%35.29%-
HSV(B)25.5º94.12%66.67%-
XYZ19.3614.021.97-
YUV97.7678.48179.53-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 65.89%
GREEN value IS 78 (30.86% from 255) = 30.23%
BLUE value IS 10 (4.30% from 255) = 3.88%
R=65.89%
G=30.23%
B=3.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.94
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170781000.540.940.3325.588.8935.29
HexAA4EA0365E211a5923
Octal25211612066136413213143
Binary101010101001110101001101101011110100001110101011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4E0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4E0A; }

 p { color: rgb(170,78,10); }

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

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

 a { background-color: rgb(170,78,10); }

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

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

 span { border-color: rgb(170,78,10); }

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