#AC577F

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

Shades of Royal Heath #AC577F

Tints of Royal Heath #AC577F

Color information

#AC577F (or 0xAC577F) is unknown color: approx Royal Heath. HEX triplet: AC, 57 and 7F. RGB value is (172,87,127). Sum of RGB (Red+Green+Blue) = 172+87+127=386 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.56% from 386); Green value is 87 (34.38% from 255 or 22.54% from 386); Blue value is 127 (50% from 255 or 32.90% from 386); Max value from RGB is 172 - color contains mainly: red. Hex color #AC577F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC577F is #53A880. Grayscale: #747474. Windows color (decimal): -5482625 or 8345516. OLE color: 8345516.

HSL color Cylindrical-coordinate representation of color #AC577F: hue angle of 331.76º 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 #AC577F is Cyan = 0, Magento = 0.49, Yellow = 0.26 and Black (K on CMYK) = 0.33.

Color convert

RGB17287127-
CMYK00.490.260.33
HSL331.76º33.86%50.78%-
HSV(B)331.76º49.42%67.45%-
XYZ24.2517.1222.1-
YUV116.97133.66167.25-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 44.56%
GREEN value IS 87 (34.38% from 255) = 22.54%
BLUE value IS 127 (50% from 255) = 32.90%
R=44.56%
G=22.54%
B=32.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1728712700.490.260.33331.7633.8650.78
HexAC577F0311A2114c2233
Octal25412717706132415144263
Binary1010110010101111111111011000111010100001101001100100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC577F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC577F; }

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

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

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

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

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

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

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

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