#AC552C

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

Shades of Red Stage #AC552C

Tints of Red Stage #AC552C

Color information

#AC552C (or 0xAC552C) is unknown color: approx Red Stage. HEX triplet: AC, 55 and 2C. RGB value is (172,85,44). Sum of RGB (Red+Green+Blue) = 172+85+44=301 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.14% from 301); Green value is 85 (33.59% from 255 or 28.24% from 301); Blue value is 44 (17.58% from 255 or 14.62% from 301); Max value from RGB is 172 - color contains mainly: red. Hex color #AC552C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC552C is #53AAD3. Grayscale: #6A6A6A. Windows color (decimal): -5483220 or 2905516. OLE color: 2905516.

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

Color convert

RGB1728544-
CMYK00.510.740.33
HSL19.22º59.26%42.35%-
HSV(B)19.22º74.42%67.45%-
XYZ20.7215.454.27-
YUV106.3492.82174.83-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 57.14%
GREEN value IS 85 (33.59% from 255) = 28.24%
BLUE value IS 44 (17.58% from 255) = 14.62%
R=57.14%
G=28.24%
B=14.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.74
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172854400.510.740.3319.2259.2642.35
HexAC552C0334A21133b2a
Octal2541255406311241237352
Binary1010110010101011011000110011100101010000110011111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC552C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC552C; }

 p { color: rgb(172,85,44); }

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

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

 a { background-color: rgb(172,85,44); }

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

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

 span { border-color: rgb(172,85,44); }

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