Html Css Color HEX #AC5978 Royal Heath

📋 copy color: '#AC5978'

red 172 ◦ green 89 ◦ blue 120

#AC5978
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Heath #AC5978

Tints of Royal Heath #AC5978

RGB

 RED value IS 172 (67.58% from 255) = 45.14%

 GREEN value IS 89 (35.16% from 255) = 23.36%

 BLUE value IS 120 (47.27% from 255) = 31.5%

R = 45.14%
G = 23.36%
B = 31.5%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.30

 K value IS 0.33

RGB Variations

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

Color information

#AC5978 (or 0xAC5978) is known color: Royal Heath. HEX triplet: AC, 59 and 78. RGB value is (172,89,120). Sum of RGB (Red+Green+Blue) = 172+89+120=381 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.14% from 381); Green value is 89 (35.16% from 255 or 23.36% from 381); Blue value is 120 (47.27% from 255 or 31.50% from 381); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5978 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5978 is #53A687. Grayscale: #757575. Windows color (decimal): -5482120 or 7887276. OLE color: 7887276.

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

Color convert

RGB 172 89 120 -
CMYK 0 0.48 0.30 0.33
HSL 337.59º 0.33% 0.51% -
HSV(B) 337.59º 0.48% 0.67% -
XYZ 23.98 17.27 19.84 -
YUV 117.35 129.5 166.98 -
System Red Green Blue C M Y K H S L
Decimal 172 89 120 0 0.48 0.30 0.33 337.59 0.33 0.51
Hex AC 59 78 0 30 1E 21 152 21 33
Octal 254 131 170 0 60 36 41 522 41 63
Binary 10101100 1011001 1111000 0 110000 11110 100001 101010010 100001 110011

Color Harmonies of #AC5978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5978

Black with #AC5978

Text Example


Text Example

White with #AC5978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5978; }

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

 H1.HeaderClassName
 {
   color: #AC5978;
 }
 .AnyTagClassName
 {
   color: #AC5978;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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