#AC3A17

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

Shades of Rust #AC3A17

Tints of Rust #AC3A17

Color information

#AC3A17 (or 0xAC3A17) is unknown color: approx Rust. HEX triplet: AC, 3A and 17. RGB value is (172,58,23). Sum of RGB (Red+Green+Blue) = 172+58+23=253 (33% of max value = 765). Red value is 172 (67.58% from 255 or 67.98% from 253); Green value is 58 (23.05% from 255 or 22.92% from 253); Blue value is 23 (9.38% from 255 or 9.09% from 253); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3A17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3A17 is #53C5E8. Grayscale: #585858. Windows color (decimal): -5490153 or 1522348. OLE color: 1522348.

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

Color convert

RGB1725823-
CMYK00.660.870.33
HSL14.09º76.41%38.24%-
HSV(B)14.09º86.63%67.45%-
XYZ18.6811.862.11-
YUV88.191.27187.85-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 67.98%
GREEN value IS 58 (23.05% from 255) = 22.92%
BLUE value IS 23 (9.38% from 255) = 9.09%
R=67.98%
G=22.92%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.87
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172582300.660.870.3314.0976.4138.24
HexAC3A170425721e4c26
Octal25472270102127411611446
Binary101011001110101011101000010101011110000111101001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC3A17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC3A17; }

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

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

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

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

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

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

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

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