#AA4212

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

Shades of Rust #AA4212

Tints of Rust #AA4212

Color information

#AA4212 (or 0xAA4212) is unknown color: approx Rust. HEX triplet: AA, 42 and 12. RGB value is (170,66,18). Sum of RGB (Red+Green+Blue) = 170+66+18=254 (33% of max value = 765). Red value is 170 (66.80% from 255 or 66.93% from 254); Green value is 66 (26.17% from 255 or 25.98% from 254); Blue value is 18 (7.42% from 255 or 7.09% from 254); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4212 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA4212 is #55BDED. Grayscale: #5B5B5B. Windows color (decimal): -5619182 or 1196714. OLE color: 1196714.

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

Color convert

RGB1706618-
CMYK00.610.890.33
HSL18.95º80.85%36.86%-
HSV(B)18.95º89.41%66.67%-
XYZ18.6312.492-
YUV91.6286.46183.9-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 66.93%
GREEN value IS 66 (26.17% from 255) = 25.98%
BLUE value IS 18 (7.42% from 255) = 7.09%
R=66.93%
G=25.98%
B=7.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.89
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170661800.610.890.3318.9580.8536.86
HexAA421203D5921135125
Octal25210222075131412312145
Binary1010101010000101001001111011011001100001100111010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4212; }

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

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

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

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

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

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

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

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