#AC542E

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

Shades of Red Stage #AC542E

Tints of Red Stage #AC542E

Color information

#AC542E (or 0xAC542E) is unknown color: approx Red Stage. HEX triplet: AC, 54 and 2E. RGB value is (172,84,46). Sum of RGB (Red+Green+Blue) = 172+84+46=302 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.95% from 302); Green value is 84 (33.20% from 255 or 27.81% from 302); Blue value is 46 (18.36% from 255 or 15.23% from 302); Max value from RGB is 172 - color contains mainly: red. Hex color #AC542E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC542E is #53ABD1. Grayscale: #6A6A6A. Windows color (decimal): -5483474 or 3036332. OLE color: 3036332.

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

Color convert

RGB1728446-
CMYK00.510.730.33
HSL18.1º57.8%42.75%-
HSV(B)18.1º73.26%67.45%-
XYZ20.6815.314.45-
YUV105.9894.15175.09-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 56.95%
GREEN value IS 84 (33.20% from 255) = 27.81%
BLUE value IS 46 (18.36% from 255) = 15.23%
R=56.95%
G=27.81%
B=15.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.73
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172844600.510.730.3318.157.842.75
HexAC542E0334921123a2b
Octal2541245606311141227253
Binary1010110010101001011100110011100100110000110010111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC542E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC542E; }

 p { color: rgb(172,84,46); }

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

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

 a { background-color: rgb(172,84,46); }

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

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

 span { border-color: rgb(172,84,46); }

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