#AC5777

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

Shades of Royal Heath #AC5777

Tints of Royal Heath #AC5777

Color information

#AC5777 (or 0xAC5777) is unknown color: approx Royal Heath. HEX triplet: AC, 57 and 77. RGB value is (172,87,119). Sum of RGB (Red+Green+Blue) = 172+87+119=378 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.50% from 378); Green value is 87 (34.38% from 255 or 23.02% from 378); Blue value is 119 (46.88% from 255 or 31.48% from 378); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5777 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5777 is #53A888. Grayscale: #747474. Windows color (decimal): -5482633 or 7821228. OLE color: 7821228.

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

Color convert

RGB17287119-
CMYK00.490.310.33
HSL337.41º33.86%50.78%-
HSV(B)337.41º49.42%67.45%-
XYZ23.7516.9219.47-
YUV116.06129.66167.9-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.50%
GREEN value IS 87 (34.38% from 255) = 23.02%
BLUE value IS 119 (46.88% from 255) = 31.48%
R=45.50%
G=23.02%
B=31.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1728711900.490.310.33337.4133.8650.78
HexAC57770311F211512233
Octal25412716706137415214263
Binary1010110010101111110111011000111111100001101010001100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5777; }

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

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

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

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

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

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

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

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