#AC5172

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

Shades of Royal Heath #AC5172

Tints of Royal Heath #AC5172

Color information

#AC5172 (or 0xAC5172) is unknown color: approx Royal Heath. HEX triplet: AC, 51 and 72. RGB value is (172,81,114). Sum of RGB (Red+Green+Blue) = 172+81+114=367 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.87% from 367); Green value is 81 (32.03% from 255 or 22.07% from 367); Blue value is 114 (44.92% from 255 or 31.06% from 367); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5172 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5172 is #53AE8D. Grayscale: #6F6F6F. Windows color (decimal): -5484174 or 7492012. OLE color: 7492012.

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

Color convert

RGB17281114-
CMYK00.530.340.33
HSL338.24º35.97%49.61%-
HSV(B)338.24º52.91%67.45%-
XYZ22.9915.8717.77-
YUV111.97129.15170.82-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 46.87%
GREEN value IS 81 (32.03% from 255) = 22.07%
BLUE value IS 114 (44.92% from 255) = 31.06%
R=46.87%
G=22.07%
B=31.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.34
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1728111400.530.340.33338.2435.9749.61
HexAC517203522211522432
Octal25412116206542415224462
Binary10101100101000111100100110101100010100001101010010100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5172; }

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

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

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

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

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

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

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

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