#AA4E0D

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

Shades of Rust #AA4E0D

Tints of Rust #AA4E0D

Color information

#AA4E0D (or 0xAA4E0D) is unknown color: approx Rust. HEX triplet: AA, 4E and 0D. RGB value is (170,78,13). Sum of RGB (Red+Green+Blue) = 170+78+13=261 (34% of max value = 765). Red value is 170 (66.80% from 255 or 65.13% from 261); Green value is 78 (30.86% from 255 or 29.89% from 261); Blue value is 13 (5.47% from 255 or 4.98% from 261); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4E0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA4E0D is #55B1F2. Grayscale: #626262. Windows color (decimal): -5616115 or 872106. OLE color: 872106.

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

Color convert

RGB1707813-
CMYK00.540.920.33
HSL24.84º85.79%35.88%-
HSV(B)24.84º92.35%66.67%-
XYZ19.3714.022.07-
YUV98.179.98179.29-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 65.13%
GREEN value IS 78 (30.86% from 255) = 29.89%
BLUE value IS 13 (5.47% from 255) = 4.98%
R=65.13%
G=29.89%
B=4.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.92
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170781300.540.920.3324.8485.7935.88
HexAA4ED0365C21195624
Octal25211615066134413112644
Binary101010101001110110101101101011100100001110011010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4E0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4E0D; }

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

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

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

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

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

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

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

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