#AC577A

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

Shades of Royal Heath #AC577A

Tints of Royal Heath #AC577A

Color information

#AC577A (or 0xAC577A) is unknown color: approx Royal Heath. HEX triplet: AC, 57 and 7A. RGB value is (172,87,122). Sum of RGB (Red+Green+Blue) = 172+87+122=381 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.14% from 381); Green value is 87 (34.38% from 255 or 22.83% from 381); Blue value is 122 (48.05% from 255 or 32.02% from 381); Max value from RGB is 172 - color contains mainly: red. Hex color #AC577A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC577A is #53A885. Grayscale: #747474. Windows color (decimal): -5482630 or 8017836. OLE color: 8017836.

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

Color convert

RGB17287122-
CMYK00.490.290.33
HSL335.29º33.86%50.78%-
HSV(B)335.29º49.42%67.45%-
XYZ23.9316.9920.43-
YUV116.4131.16167.65-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.14%
GREEN value IS 87 (34.38% from 255) = 22.83%
BLUE value IS 122 (48.05% from 255) = 32.02%
R=45.14%
G=22.83%
B=32.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1728712200.490.290.33335.2933.8650.78
HexAC577A0311D2114f2233
Octal25412717206135415174263
Binary1010110010101111111010011000111101100001101001111100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC577A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC577A; }

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

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

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

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

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

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

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

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