#AC532E

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

Shades of Red Stage #AC532E

Tints of Red Stage #AC532E

Color information

#AC532E (or 0xAC532E) is unknown color: approx Red Stage. HEX triplet: AC, 53 and 2E. RGB value is (172,83,46). Sum of RGB (Red+Green+Blue) = 172+83+46=301 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.14% from 301); Green value is 83 (32.81% from 255 or 27.57% from 301); Blue value is 46 (18.36% from 255 or 15.28% from 301); Max value from RGB is 172 - color contains mainly: red. Hex color #AC532E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC532E is #53ACD1. Grayscale: #696969. Windows color (decimal): -5483730 or 3036076. OLE color: 3036076.

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

Color convert

RGB1728346-
CMYK00.520.730.33
HSL17.62º57.8%42.75%-
HSV(B)17.62º73.26%67.45%-
XYZ20.615.154.42-
YUV105.3994.49175.51-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 57.14%
GREEN value IS 83 (32.81% from 255) = 27.57%
BLUE value IS 46 (18.36% from 255) = 15.28%
R=57.14%
G=27.57%
B=15.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.73
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172834600.520.730.3317.6257.842.75
HexAC532E0344921123a2b
Octal2541235606411141227253
Binary1010110010100111011100110100100100110000110010111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC532E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC532E; }

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

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

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

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

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

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

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

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