#AC5772

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

Shades of Royal Heath #AC5772

Tints of Royal Heath #AC5772

Color information

#AC5772 (or 0xAC5772) is unknown color: approx Royal Heath. HEX triplet: AC, 57 and 72. RGB value is (172,87,114). Sum of RGB (Red+Green+Blue) = 172+87+114=373 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.11% from 373); Green value is 87 (34.38% from 255 or 23.32% from 373); Blue value is 114 (44.92% from 255 or 30.56% from 373); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5772 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5772 is #53A88D. Grayscale: #737373. Windows color (decimal): -5482638 or 7493548. OLE color: 7493548.

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

Color convert

RGB17287114-
CMYK00.490.340.33
HSL340.94º33.86%50.78%-
HSV(B)340.94º49.42%67.45%-
XYZ23.4616.817.93-
YUV115.49127.16168.3-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 46.11%
GREEN value IS 87 (34.38% from 255) = 23.32%
BLUE value IS 114 (44.92% from 255) = 30.56%
R=46.11%
G=23.32%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.34
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1728711400.490.340.33340.9433.8650.78
HexAC577203122211552233
Octal25412716206142415254263
Binary10101100101011111100100110001100010100001101010101100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5772; }

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

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

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

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

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

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

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

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