#AC5872

Color #AC5872 Royal Heath (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Heath #AC5872

Tints of Royal Heath #AC5872

Color information

#AC5872 (or 0xAC5872) is unknown color: approx Royal Heath. HEX triplet: AC, 58 and 72. RGB value is (172,88,114). Sum of RGB (Red+Green+Blue) = 172+88+114=374 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.99% from 374); Green value is 88 (34.77% from 255 or 23.53% from 374); Blue value is 114 (44.92% from 255 or 30.48% from 374); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5872 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5872 is #53A78D. Grayscale: #747474. Windows color (decimal): -5482382 or 7493804. OLE color: 7493804.

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

Color convert

RGB17288114-
CMYK00.490.340.33
HSL341.43º33.6%50.98%-
HSV(B)341.43º48.84%67.45%-
XYZ23.5416.9717.95-
YUV116.08126.83167.89-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.99%
GREEN value IS 88 (34.77% from 255) = 23.53%
BLUE value IS 114 (44.92% from 255) = 30.48%
R=45.99%
G=23.53%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.34
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1728811400.490.340.33341.4333.650.98
HexAC587203122211552233
Octal25413016206142415254263
Binary10101100101100011100100110001100010100001101010101100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5872; }

 p { color: rgb(172,88,114); }

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

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

 a { background-color: rgb(172,88,114); }

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

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

 span { border-color: rgb(172,88,114); }

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