#AA4D12

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

Shades of Rust #AA4D12

Tints of Rust #AA4D12

Color information

#AA4D12 (or 0xAA4D12) is unknown color: approx Rust. HEX triplet: AA, 4D and 12. RGB value is (170,77,18). Sum of RGB (Red+Green+Blue) = 170+77+18=265 (35% of max value = 765). Red value is 170 (66.80% from 255 or 64.15% from 265); Green value is 77 (30.47% from 255 or 29.06% from 265); Blue value is 18 (7.42% from 255 or 6.79% from 265); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4D12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA4D12 is #55B2ED. Grayscale: #626262. Windows color (decimal): -5616366 or 1199530. OLE color: 1199530.

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

Color convert

RGB1707718-
CMYK00.550.890.33
HSL23.29º80.85%36.86%-
HSV(B)23.29º89.41%66.67%-
XYZ19.3413.92.24-
YUV98.0882.81179.3-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 64.15%
GREEN value IS 77 (30.47% from 255) = 29.06%
BLUE value IS 18 (7.42% from 255) = 6.79%
R=64.15%
G=29.06%
B=6.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.89
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170771800.550.890.3323.2980.8536.86
HexAA4D120375921175125
Octal25211522067131412712145
Binary1010101010011011001001101111011001100001101111010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4D12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4D12; }

 p { color: rgb(170,77,18); }

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

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

 a { background-color: rgb(170,77,18); }

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

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

 span { border-color: rgb(170,77,18); }

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