#AC4717

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

Shades of Rust #AC4717

Tints of Rust #AC4717

Color information

#AC4717 (or 0xAC4717) is unknown color: approx Rust. HEX triplet: AC, 47 and 17. RGB value is (172,71,23). Sum of RGB (Red+Green+Blue) = 172+71+23=266 (35% of max value = 765). Red value is 172 (67.58% from 255 or 64.66% from 266); Green value is 71 (28.12% from 255 or 26.69% from 266); Blue value is 23 (9.38% from 255 or 8.65% from 266); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4717 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC4717 is #53B8E8. Grayscale: #606060. Windows color (decimal): -5486825 or 1525676. OLE color: 1525676.

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

Color convert

RGB1727123-
CMYK00.590.870.33
HSL19.33º76.41%38.24%-
HSV(B)19.33º86.63%67.45%-
XYZ19.4213.342.36-
YUV95.7386.96182.4-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 64.66%
GREEN value IS 71 (28.12% from 255) = 26.69%
BLUE value IS 23 (9.38% from 255) = 8.65%
R=64.66%
G=26.69%
B=8.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.87
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172712300.590.870.3319.3376.4138.24
HexAC471703B5721134c26
Octal25410727073127412311446
Binary1010110010001111011101110111010111100001100111001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC4717

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC4717; }

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

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

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

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

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

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

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

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