#AC4C72

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

Shades of Royal Heath #AC4C72

Tints of Royal Heath #AC4C72

Color information

#AC4C72 (or 0xAC4C72) is unknown color: approx Royal Heath. HEX triplet: AC, 4C and 72. RGB value is (172,76,114). Sum of RGB (Red+Green+Blue) = 172+76+114=362 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.51% from 362); Green value is 76 (30.08% from 255 or 20.99% from 362); Blue value is 114 (44.92% from 255 or 31.49% from 362); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4C72 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC4C72 is #53B38D. Grayscale: #6C6C6C. Windows color (decimal): -5485454 or 7490732. OLE color: 7490732.

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

Color convert

RGB17276114-
CMYK00.560.340.33
HSL336.25º38.71%48.63%-
HSV(B)336.25º55.81%67.45%-
XYZ22.6315.1517.65-
YUV109.04130.8172.91-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 47.51%
GREEN value IS 76 (30.08% from 255) = 20.99%
BLUE value IS 114 (44.92% from 255) = 31.49%
R=47.51%
G=20.99%
B=31.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.34
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1727611400.560.340.33336.2538.7148.63
HexAC4C7203822211502731
Octal25411416207042415204761
Binary10101100100110011100100111000100010100001101010000100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC4C72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC4C72; }

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

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

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

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

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

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

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

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