#AC4672

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

Shades of Royal Heath #AC4672

Tints of Royal Heath #AC4672

Color information

#AC4672 (or 0xAC4672) is unknown color: approx Royal Heath. HEX triplet: AC, 46 and 72. RGB value is (172,70,114). Sum of RGB (Red+Green+Blue) = 172+70+114=356 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.31% from 356); Green value is 70 (27.73% from 255 or 19.66% from 356); Blue value is 114 (44.92% from 255 or 32.02% from 356); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4672 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC4672 is #53B98D. Grayscale: #696969. Windows color (decimal): -5486990 or 7489196. OLE color: 7489196.

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

Color convert

RGB17270114-
CMYK00.590.340.33
HSL334.12º42.15%47.45%-
HSV(B)334.12º59.3%67.45%-
XYZ22.2414.3717.52-
YUV105.51132.79175.42-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 48.31%
GREEN value IS 70 (27.73% from 255) = 19.66%
BLUE value IS 114 (44.92% from 255) = 32.02%
R=48.31%
G=19.66%
B=32.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.34
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1727011400.590.340.33334.1242.1547.45
HexAC467203B222114e2a2f
Octal25410616207342415165257
Binary10101100100011011100100111011100010100001101001110101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC4672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC4672; }

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

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

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

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

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

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

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

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