#AC597A

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

Shades of Royal Heath #AC597A

Tints of Royal Heath #AC597A

Color information

#AC597A (or 0xAC597A) is unknown color: approx Royal Heath. HEX triplet: AC, 59 and 7A. RGB value is (172,89,122). Sum of RGB (Red+Green+Blue) = 172+89+122=383 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.91% from 383); Green value is 89 (35.16% from 255 or 23.24% from 383); Blue value is 122 (48.05% from 255 or 31.85% from 383); Max value from RGB is 172 - color contains mainly: red. Hex color #AC597A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC597A is #53A685. Grayscale: #757575. Windows color (decimal): -5482118 or 8018348. OLE color: 8018348.

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

Color convert

RGB17289122-
CMYK00.480.290.33
HSL336.14º33.33%51.18%-
HSV(B)336.14º48.26%67.45%-
XYZ24.117.3220.49-
YUV117.58130.5166.82-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 44.91%
GREEN value IS 89 (35.16% from 255) = 23.24%
BLUE value IS 122 (48.05% from 255) = 31.85%
R=44.91%
G=23.24%
B=31.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1728912200.480.290.33336.1433.3351.18
HexAC597A0301D211502133
Octal25413117206035415204163
Binary1010110010110011111010011000011101100001101010000100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC597A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC597A; }

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

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

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

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

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

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

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

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