#AC5B84

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

Shades of Royal Heath #AC5B84

Tints of Royal Heath #AC5B84

Color information

#AC5B84 (or 0xAC5B84) is unknown color: approx Royal Heath. HEX triplet: AC, 5B and 84. RGB value is (172,91,132). Sum of RGB (Red+Green+Blue) = 172+91+132=395 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.54% from 395); Green value is 91 (35.94% from 255 or 23.04% from 395); Blue value is 132 (51.95% from 255 or 33.42% from 395); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5B84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5B84 is #53A47B. Grayscale: #777777. Windows color (decimal): -5481596 or 8674220. OLE color: 8674220.

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

Color convert

RGB17291132-
CMYK00.470.230.33
HSL329.63º32.79%51.57%-
HSV(B)329.63º47.09%67.45%-
XYZ24.9217.9223.98-
YUV119.89134.84165.17-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.54%
GREEN value IS 91 (35.94% from 255) = 23.04%
BLUE value IS 132 (51.95% from 255) = 33.42%
R=43.54%
G=23.04%
B=33.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.23
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1729113200.470.230.33329.6332.7951.57
HexAC5B8402F172114a2134
Octal25413320405727415124164
Binary10101100101101110000100010111110111100001101001010100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5B84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5B84; }

 p { color: rgb(172,91,132); }

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

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

 a { background-color: rgb(172,91,132); }

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

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

 span { border-color: rgb(172,91,132); }

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