Html Css Color HEX #AC5972 Royal Heath

📋 copy color: '#AC5972'

red 172 ◦ green 89 ◦ blue 114

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

Shades of Royal Heath #AC5972

Tints of Royal Heath #AC5972

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 30.4%

R = 45.87%
G = 23.73%
B = 30.4%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

#AC5972 (or 0xAC5972) is known color: Royal Heath. HEX triplet: AC, 59 and 72. RGB value is (172,89,114). Sum of RGB (Red+Green+Blue) = 172+89+114=375 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.87% from 375); Green value is 89 (35.16% from 255 or 23.73% from 375); Blue value is 114 (44.92% from 255 or 30.4% from 375); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5972 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5972 is #53A68D. Grayscale: #747474. Windows color (decimal): -5482126 or 7494060. OLE color: 7494060.

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

Color convert

RGB 172 89 114 -
CMYK 0 0.48 0.34 0.33
HSL 341.93º 0.33% 0.51% -
HSV(B) 341.93º 0.48% 0.67% -
XYZ 23.62 17.13 17.98 -
YUV 116.67 126.5 167.47 -
System Red Green Blue C M Y K H S L
Decimal 172 89 114 0 0.48 0.34 0.33 341.93 0.33 0.51
Hex AC 59 72 0 30 22 21 156 21 33
Octal 254 131 162 0 60 42 41 526 41 63
Binary 10101100 1011001 1110010 0 110000 100010 100001 101010110 100001 110011

Color Harmonies of #AC5972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5972

Black with #AC5972

Text Example


Text Example

White with #AC5972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5972; }

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

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

background-color css

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

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

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

border-color css

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

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

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