#AA4C0F

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

Shades of Rust #AA4C0F

Tints of Rust #AA4C0F

Color information

#AA4C0F (or 0xAA4C0F) is unknown color: approx Rust. HEX triplet: AA, 4C and 0F. RGB value is (170,76,15). Sum of RGB (Red+Green+Blue) = 170+76+15=261 (34% of max value = 765). Red value is 170 (66.80% from 255 or 65.13% from 261); Green value is 76 (30.08% from 255 or 29.12% from 261); Blue value is 15 (6.25% from 255 or 5.75% from 261); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4C0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA4C0F is #55B3F0. Grayscale: #616161. Windows color (decimal): -5616625 or 1002666. OLE color: 1002666.

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

Color convert

RGB1707615-
CMYK00.550.910.33
HSL23.61º83.78%36.27%-
HSV(B)23.61º91.18%66.67%-
XYZ19.2513.752.09-
YUV97.1581.64179.96-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 65.13%
GREEN value IS 76 (30.08% from 255) = 29.12%
BLUE value IS 15 (6.25% from 255) = 5.75%
R=65.13%
G=29.12%
B=5.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.91
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170761500.550.910.3323.6183.7836.27
HexAA4CF0375B21185424
Octal25211417067133413012444
Binary101010101001100111101101111011011100001110001010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4C0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4C0F; }

 p { color: rgb(170,76,15); }

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

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

 a { background-color: rgb(170,76,15); }

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

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

 span { border-color: rgb(170,76,15); }

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