#AC5431

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

Shades of Red Stage #AC5431

Tints of Red Stage #AC5431

Color information

#AC5431 (or 0xAC5431) is unknown color: approx Red Stage. HEX triplet: AC, 54 and 31. RGB value is (172,84,49). Sum of RGB (Red+Green+Blue) = 172+84+49=305 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.39% from 305); Green value is 84 (33.20% from 255 or 27.54% from 305); Blue value is 49 (19.53% from 255 or 16.07% from 305); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5431 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5431 is #53ABCE. Grayscale: #6A6A6A. Windows color (decimal): -5483471 or 3232940. OLE color: 3232940.

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

Color convert

RGB1728449-
CMYK00.510.720.33
HSL17.07º55.66%43.33%-
HSV(B)17.07º71.51%67.45%-
XYZ20.7415.334.77-
YUV106.3295.65174.85-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 56.39%
GREEN value IS 84 (33.20% from 255) = 27.54%
BLUE value IS 49 (19.53% from 255) = 16.07%
R=56.39%
G=27.54%
B=16.07%

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
Decimal172844900.510.720.3317.0755.6643.33
HexAC5431033482111382b
Octal2541246106311041217053
Binary1010110010101001100010110011100100010000110001111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5431; }

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

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

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

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

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

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

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

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