#AC562E

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

Shades of Red Stage #AC562E

Tints of Red Stage #AC562E

Color information

#AC562E (or 0xAC562E) is unknown color: approx Red Stage. HEX triplet: AC, 56 and 2E. RGB value is (172,86,46). Sum of RGB (Red+Green+Blue) = 172+86+46=304 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.58% from 304); Green value is 86 (33.98% from 255 or 28.29% from 304); Blue value is 46 (18.36% from 255 or 15.13% from 304); Max value from RGB is 172 - color contains mainly: red. Hex color #AC562E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC562E is #53A9D1. Grayscale: #6B6B6B. Windows color (decimal): -5482962 or 3036844. OLE color: 3036844.

HSL color Cylindrical-coordinate representation of color #AC562E: hue angle of 19.05º 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 #AC562E is Cyan = 0, Magento = 0.5, Yellow = 0.73 and Black (K on CMYK) = 0.33.

Color convert

RGB1728646-
CMYK00.50.730.33
HSL19.05º57.8%42.75%-
HSV(B)19.05º73.26%67.45%-
XYZ20.8315.624.5-
YUV107.1593.49174.25-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 56.58%
GREEN value IS 86 (33.98% from 255) = 28.29%
BLUE value IS 46 (18.36% from 255) = 15.13%
R=56.58%
G=28.29%
B=15.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.73
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172864600.50.730.3319.0557.842.75
HexAC562E0324921133a2b
Octal2541265606211141237253
Binary1010110010101101011100110010100100110000110011111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC562E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC562E; }

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

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

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

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

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

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

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

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