#AC5272

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

Shades of Royal Heath #AC5272

Tints of Royal Heath #AC5272

Color information

#AC5272 (or 0xAC5272) is unknown color: approx Royal Heath. HEX triplet: AC, 52 and 72. RGB value is (172,82,114). Sum of RGB (Red+Green+Blue) = 172+82+114=368 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.74% from 368); Green value is 82 (32.42% from 255 or 22.28% from 368); Blue value is 114 (44.92% from 255 or 30.98% from 368); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5272 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5272 is #53AD8D. Grayscale: #707070. Windows color (decimal): -5483918 or 7492268. OLE color: 7492268.

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

Color convert

RGB17282114-
CMYK00.520.340.33
HSL338.67º35.43%49.8%-
HSV(B)338.67º52.33%67.45%-
XYZ23.0716.0217.8-
YUV112.56128.82170.4-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 46.74%
GREEN value IS 82 (32.42% from 255) = 22.28%
BLUE value IS 114 (44.92% from 255) = 30.98%
R=46.74%
G=22.28%
B=30.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.34
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1728211400.520.340.33338.6735.4349.8
HexAC527203422211532332
Octal25412216206442415234362
Binary10101100101001011100100110100100010100001101010011100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5272; }

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

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

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

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

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

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

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

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