#AC577B

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

Shades of Royal Heath #AC577B

Tints of Royal Heath #AC577B

Color information

#AC577B (or 0xAC577B) is unknown color: approx Royal Heath. HEX triplet: AC, 57 and 7B. RGB value is (172,87,123). Sum of RGB (Red+Green+Blue) = 172+87+123=382 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.03% from 382); Green value is 87 (34.38% from 255 or 22.77% from 382); Blue value is 123 (48.44% from 255 or 32.20% from 382); Max value from RGB is 172 - color contains mainly: red. Hex color #AC577B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC577B is #53A884. Grayscale: #747474. Windows color (decimal): -5482629 or 8083372. OLE color: 8083372.

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

Color convert

RGB17287123-
CMYK00.490.280.33
HSL334.59º33.86%50.78%-
HSV(B)334.59º49.42%67.45%-
XYZ2417.0220.76-
YUV116.52131.66167.57-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.03%
GREEN value IS 87 (34.38% from 255) = 22.77%
BLUE value IS 123 (48.44% from 255) = 32.20%
R=45.03%
G=22.77%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.28
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1728712300.490.280.33334.5933.8650.78
HexAC577B0311C2114f2233
Octal25412717306134415174263
Binary1010110010101111111011011000111100100001101001111100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC577B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC577B; }

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

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

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

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

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

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

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

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