#AC3117

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

Shades of Rust #AC3117

Tints of Rust #AC3117

Color information

#AC3117 (or 0xAC3117) is unknown color: approx Rust. HEX triplet: AC, 31 and 17. RGB value is (172,49,23). Sum of RGB (Red+Green+Blue) = 172+49+23=244 (32% of max value = 765). Red value is 172 (67.58% from 255 or 70.49% from 244); Green value is 49 (19.53% from 255 or 20.08% from 244); Blue value is 23 (9.38% from 255 or 9.43% from 244); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3117 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3117 is #53CEE8. Grayscale: #535353. Windows color (decimal): -5492457 or 1520044. OLE color: 1520044.

HSL color Cylindrical-coordinate representation of color #AC3117: hue angle of 10.47º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AC3117 is Cyan = 0, Magento = 0.72, Yellow = 0.87 and Black (K on CMYK) = 0.33.

Color convert

RGB1724923-
CMYK00.720.870.33
HSL10.47º76.41%38.24%-
HSV(B)10.47º86.63%67.45%-
XYZ18.2711.031.98-
YUV82.8194.25191.61-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 70.49%
GREEN value IS 49 (19.53% from 255) = 20.08%
BLUE value IS 23 (9.38% from 255) = 9.43%
R=70.49%
G=20.08%
B=9.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.87
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172492300.720.870.3310.4776.4138.24
HexAC31170485721a4c26
Octal25461270110127411211446
Binary101011001100011011101001000101011110000110101001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC3117

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC3117; }

 p { color: rgb(172,49,23); }

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

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

 a { background-color: rgb(172,49,23); }

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

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

 span { border-color: rgb(172,49,23); }

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