#AC4F13

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

Shades of Rust #AC4F13

Tints of Rust #AC4F13

Color information

#AC4F13 (or 0xAC4F13) is unknown color: approx Rust. HEX triplet: AC, 4F and 13. RGB value is (172,79,19). Sum of RGB (Red+Green+Blue) = 172+79+19=270 (35% of max value = 765). Red value is 172 (67.58% from 255 or 63.70% from 270); Green value is 79 (31.25% from 255 or 29.26% from 270); Blue value is 19 (7.81% from 255 or 7.04% from 270); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4F13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC4F13 is #53B0EC. Grayscale: #646464. Windows color (decimal): -5484781 or 1265580. OLE color: 1265580.

HSL color Cylindrical-coordinate representation of color #AC4F13: hue angle of 23.53º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AC4F13 is Cyan = 0, Magento = 0.54, Yellow = 0.89 and Black (K on CMYK) = 0.33.

Color convert

RGB1727919-
CMYK00.540.890.33
HSL23.53º80.1%37.45%-
HSV(B)23.53º88.95%67.45%-
XYZ19.9314.412.35-
YUV99.9782.31179.38-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 63.70%
GREEN value IS 79 (31.25% from 255) = 29.26%
BLUE value IS 19 (7.81% from 255) = 7.04%
R=63.70%
G=29.26%
B=7.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.89
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172791900.540.890.3323.5380.137.45
HexAC4F130365921185025
Octal25411723066131413012045
Binary1010110010011111001101101101011001100001110001010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC4F13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC4F13; }

 p { color: rgb(172,79,19); }

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

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

 a { background-color: rgb(172,79,19); }

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

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

 span { border-color: rgb(172,79,19); }

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