#AC5032

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

Shades of Red Stage #AC5032

Tints of Red Stage #AC5032

Color information

#AC5032 (or 0xAC5032) is unknown color: approx Red Stage. HEX triplet: AC, 50 and 32. RGB value is (172,80,50). Sum of RGB (Red+Green+Blue) = 172+80+50=302 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.95% from 302); Green value is 80 (31.64% from 255 or 26.49% from 302); Blue value is 50 (19.92% from 255 or 16.56% from 302); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5032 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5032 is #53AFCD. Grayscale: #686868. Windows color (decimal): -5484494 or 3297452. OLE color: 3297452.

HSL color Cylindrical-coordinate representation of color #AC5032: hue angle of 14.75º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AC5032 is Cyan = 0, Magento = 0.53, Yellow = 0.71 and Black (K on CMYK) = 0.33.

Color convert

RGB1728050-
CMYK00.530.710.33
HSL14.75º54.95%43.53%-
HSV(B)14.75º70.93%67.45%-
XYZ20.4614.744.78-
YUV104.0997.48176.44-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 56.95%
GREEN value IS 80 (31.64% from 255) = 26.49%
BLUE value IS 50 (19.92% from 255) = 16.56%
R=56.95%
G=26.49%
B=16.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.71
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172805000.530.710.3314.7554.9543.53
HexAC50320354721f372c
Octal2541206206510741176754
Binary101011001010000110010011010110001111000011111110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5032; }

 p { color: rgb(172,80,50); }

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

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

 a { background-color: rgb(172,80,50); }

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

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

 span { border-color: rgb(172,80,50); }

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