#AC5572

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

Shades of Royal Heath #AC5572

Tints of Royal Heath #AC5572

Color information

#AC5572 (or 0xAC5572) is unknown color: approx Royal Heath. HEX triplet: AC, 55 and 72. RGB value is (172,85,114). Sum of RGB (Red+Green+Blue) = 172+85+114=371 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.36% from 371); Green value is 85 (33.59% from 255 or 22.91% from 371); Blue value is 114 (44.92% from 255 or 30.73% from 371); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5572 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5572 is #53AA8D. Grayscale: #727272. Windows color (decimal): -5483150 or 7493036. OLE color: 7493036.

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

Color convert

RGB17285114-
CMYK00.510.340.33
HSL340º34.39%50.39%-
HSV(B)340º50.58%67.45%-
XYZ23.316.4817.87-
YUV114.32127.82169.14-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 46.36%
GREEN value IS 85 (33.59% from 255) = 22.91%
BLUE value IS 114 (44.92% from 255) = 30.73%
R=46.36%
G=22.91%
B=30.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.34
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1728511400.510.340.3334034.3950.39
HexAC557203322211542232
Octal25412516206342415244262
Binary10101100101010111100100110011100010100001101010100100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5572; }

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

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

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

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

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

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

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

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