#AC5531

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

Shades of Red Stage #AC5531

Tints of Red Stage #AC5531

Color information

#AC5531 (or 0xAC5531) is unknown color: approx Red Stage. HEX triplet: AC, 55 and 31. RGB value is (172,85,49). Sum of RGB (Red+Green+Blue) = 172+85+49=306 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.21% from 306); Green value is 85 (33.59% from 255 or 27.78% from 306); Blue value is 49 (19.53% from 255 or 16.01% from 306); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5531 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5531 is #53AACE. Grayscale: #6B6B6B. Windows color (decimal): -5483215 or 3233196. OLE color: 3233196.

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

Color convert

RGB1728549-
CMYK00.510.720.33
HSL17.56º55.66%43.33%-
HSV(B)17.56º71.51%67.45%-
XYZ20.8215.494.8-
YUV106.9195.32174.43-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 56.21%
GREEN value IS 85 (33.59% from 255) = 27.78%
BLUE value IS 49 (19.53% from 255) = 16.01%
R=56.21%
G=27.78%
B=16.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.72
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172854900.510.720.3317.5655.6643.33
HexAC5531033482112382b
Octal2541256106311041227053
Binary1010110010101011100010110011100100010000110010111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5531; }

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

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

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

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

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

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

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

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