#AC4818

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

Shades of Rust #AC4818

Tints of Rust #AC4818

Color information

#AC4818 (or 0xAC4818) is unknown color: approx Rust. HEX triplet: AC, 48 and 18. RGB value is (172,72,24). Sum of RGB (Red+Green+Blue) = 172+72+24=268 (35% of max value = 765). Red value is 172 (67.58% from 255 or 64.18% from 268); Green value is 72 (28.52% from 255 or 26.87% from 268); Blue value is 24 (9.77% from 255 or 8.96% from 268); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4818 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC4818 is #53B7E7. Grayscale: #606060. Windows color (decimal): -5486568 or 1591468. OLE color: 1591468.

HSL color Cylindrical-coordinate representation of color #AC4818: hue angle of 19.46º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AC4818 is Cyan = 0, Magento = 0.58, Yellow = 0.86 and Black (K on CMYK) = 0.33.

Color convert

RGB1727224-
CMYK00.580.860.33
HSL19.46º75.51%38.43%-
HSV(B)19.46º86.05%67.45%-
XYZ19.513.472.44-
YUV96.4387.13181.9-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 64.18%
GREEN value IS 72 (28.52% from 255) = 26.87%
BLUE value IS 24 (9.77% from 255) = 8.96%
R=64.18%
G=26.87%
B=8.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.86
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172722400.580.860.3319.4675.5138.43
HexAC481803A5621134c26
Octal25411030072126412311446
Binary1010110010010001100001110101010110100001100111001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC4818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC4818; }

 p { color: rgb(172,72,24); }

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

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

 a { background-color: rgb(172,72,24); }

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

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

 span { border-color: rgb(172,72,24); }

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