#AC4D77

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

Shades of Royal Heath #AC4D77

Tints of Royal Heath #AC4D77

Color information

#AC4D77 (or 0xAC4D77) is unknown color: approx Royal Heath. HEX triplet: AC, 4D and 77. RGB value is (172,77,119). Sum of RGB (Red+Green+Blue) = 172+77+119=368 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.74% from 368); Green value is 77 (30.47% from 255 or 20.92% from 368); Blue value is 119 (46.88% from 255 or 32.34% from 368); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4D77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC4D77 is #53B288. Grayscale: #6E6E6E. Windows color (decimal): -5485193 or 7818668. OLE color: 7818668.

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

Color convert

RGB17277119-
CMYK00.550.310.33
HSL333.47º38.15%48.82%-
HSV(B)333.47º55.23%67.45%-
XYZ2315.4119.22-
YUV110.19132.97172.08-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 46.74%
GREEN value IS 77 (30.47% from 255) = 20.92%
BLUE value IS 119 (46.88% from 255) = 32.34%
R=46.74%
G=20.92%
B=32.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1727711900.550.310.33333.4738.1548.82
HexAC4D770371F2114d2631
Octal25411516706737415154661
Binary1010110010011011110111011011111111100001101001101100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC4D77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC4D77; }

 p { color: rgb(172,77,119); }

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

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

 a { background-color: rgb(172,77,119); }

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

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

 span { border-color: rgb(172,77,119); }

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