#AC4017

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

Shades of Rust #AC4017

Tints of Rust #AC4017

Color information

#AC4017 (or 0xAC4017) is unknown color: approx Rust. HEX triplet: AC, 40 and 17. RGB value is (172,64,23). Sum of RGB (Red+Green+Blue) = 172+64+23=259 (34% of max value = 765). Red value is 172 (67.58% from 255 or 66.41% from 259); Green value is 64 (25.39% from 255 or 24.71% from 259); Blue value is 23 (9.38% from 255 or 8.88% from 259); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4017 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC4017 is #53BFE8. Grayscale: #5B5B5B. Windows color (decimal): -5488617 or 1523884. OLE color: 1523884.

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

Color convert

RGB1726423-
CMYK00.630.870.33
HSL16.51º76.41%38.24%-
HSV(B)16.51º86.63%67.45%-
XYZ1912.52.22-
YUV91.6289.28185.33-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 66.41%
GREEN value IS 64 (25.39% from 255) = 24.71%
BLUE value IS 23 (9.38% from 255) = 8.88%
R=66.41%
G=24.71%
B=8.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.87
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172642300.630.870.3316.5176.4138.24
HexAC401703F5721114c26
Octal25410027077127412111446
Binary1010110010000001011101111111010111100001100011001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC4017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC4017; }

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

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

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

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

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

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

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

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