#AC560D

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

Shades of Rust #AC560D

Tints of Rust #AC560D

Color information

#AC560D (or 0xAC560D) is unknown color: approx Rust. HEX triplet: AC, 56 and 0D. RGB value is (172,86,13). Sum of RGB (Red+Green+Blue) = 172+86+13=271 (35% of max value = 765). Red value is 172 (67.58% from 255 or 63.47% from 271); Green value is 86 (33.98% from 255 or 31.73% from 271); Blue value is 13 (5.47% from 255 or 4.80% from 271); Max value from RGB is 172 - color contains mainly: red. Hex color #AC560D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC560D is #53A9F2. Grayscale: #676767. Windows color (decimal): -5482995 or 874156. OLE color: 874156.

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

Color convert

RGB1728613-
CMYK00.50.920.33
HSL27.55º85.95%36.27%-
HSV(B)27.55º92.44%67.45%-
XYZ20.4115.462.29-
YUV103.3976.99176.94-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 63.47%
GREEN value IS 86 (33.98% from 255) = 31.73%
BLUE value IS 13 (5.47% from 255) = 4.80%
R=63.47%
G=31.73%
B=4.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.92
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172861300.50.920.3327.5585.9536.27
HexAC56D0325C211c5624
Octal25412615062134413412644
Binary101011001010110110101100101011100100001111001010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC560D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC560D; }

 p { color: rgb(172,86,13); }

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

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

 a { background-color: rgb(172,86,13); }

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

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

 span { border-color: rgb(172,86,13); }

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