#AC4217

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

Shades of Rust #AC4217

Tints of Rust #AC4217

Color information

#AC4217 (or 0xAC4217) is unknown color: approx Rust. HEX triplet: AC, 42 and 17. RGB value is (172,66,23). Sum of RGB (Red+Green+Blue) = 172+66+23=261 (34% of max value = 765). Red value is 172 (67.58% from 255 or 65.90% from 261); Green value is 66 (26.17% from 255 or 25.29% from 261); Blue value is 23 (9.38% from 255 or 8.81% from 261); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4217 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC4217 is #53BDE8. Grayscale: #5D5D5D. Windows color (decimal): -5488105 or 1524396. OLE color: 1524396.

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

Color convert

RGB1726623-
CMYK00.620.870.33
HSL17.32º76.41%38.24%-
HSV(B)17.32º86.63%67.45%-
XYZ19.1212.732.26-
YUV92.7988.62184.5-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 65.90%
GREEN value IS 66 (26.17% from 255) = 25.29%
BLUE value IS 23 (9.38% from 255) = 8.81%
R=65.90%
G=25.29%
B=8.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.87
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172662300.620.870.3317.3276.4138.24
HexAC421703E5721114c26
Octal25410227076127412111446
Binary1010110010000101011101111101010111100001100011001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC4217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC4217; }

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

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

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

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

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

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

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

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