#AC4019

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

Shades of Rust #AC4019

Tints of Rust #AC4019

Color information

#AC4019 (or 0xAC4019) is unknown color: approx Rust. HEX triplet: AC, 40 and 19. RGB value is (172,64,25). Sum of RGB (Red+Green+Blue) = 172+64+25=261 (34% of max value = 765). Red value is 172 (67.58% from 255 or 65.90% from 261); Green value is 64 (25.39% from 255 or 24.52% from 261); Blue value is 25 (10.16% from 255 or 9.58% from 261); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4019 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC4019 is #53BFE6. Grayscale: #5C5C5C. Windows color (decimal): -5488615 or 1654956. OLE color: 1654956.

HSL color Cylindrical-coordinate representation of color #AC4019: hue angle of 15.92º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AC4019 is Cyan = 0, Magento = 0.63, Yellow = 0.85 and Black (K on CMYK) = 0.33.

Color convert

RGB1726425-
CMYK00.630.850.33
HSL15.92º74.62%38.63%-
HSV(B)15.92º85.47%67.45%-
XYZ19.0212.512.33-
YUV91.8590.28185.17-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 65.90%
GREEN value IS 64 (25.39% from 255) = 24.52%
BLUE value IS 25 (10.16% from 255) = 9.58%
R=65.90%
G=24.52%
B=9.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.85
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172642500.630.850.3315.9274.6238.63
HexAC401903F5521104b27
Octal25410031077125412011347
Binary1010110010000001100101111111010101100001100001001011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC4019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC4019; }

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

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

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

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

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

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

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

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