#AC5974

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

Shades of Royal Heath #AC5974

Tints of Royal Heath #AC5974

Color information

#AC5974 (or 0xAC5974) is unknown color: approx Royal Heath. HEX triplet: AC, 59 and 74. RGB value is (172,89,116). Sum of RGB (Red+Green+Blue) = 172+89+116=377 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.62% from 377); Green value is 89 (35.16% from 255 or 23.61% from 377); Blue value is 116 (45.70% from 255 or 30.77% from 377); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5974 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5974 is #53A68B. Grayscale: #747474. Windows color (decimal): -5482124 or 7625132. OLE color: 7625132.

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

Color convert

RGB17289116-
CMYK00.480.330.33
HSL340.48º33.33%51.18%-
HSV(B)340.48º48.26%67.45%-
XYZ23.7417.1818.59-
YUV116.9127.5167.3-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.62%
GREEN value IS 89 (35.16% from 255) = 23.61%
BLUE value IS 116 (45.70% from 255) = 30.77%
R=45.62%
G=23.61%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.33
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1728911600.480.330.33340.4833.3351.18
HexAC597403021211542133
Octal25413116406041415244163
Binary10101100101100111101000110000100001100001101010100100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5974; }

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

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

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

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

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

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

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

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