Html Css Color HEX #AC5771 Royal Heath

📋 copy color: '#AC5771'

red 172 ◦ green 87 ◦ blue 113

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

Shades of Royal Heath #AC5771

Tints of Royal Heath #AC5771

RGB

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

 GREEN value IS 87 (34.38% from 255) = 23.39%

 BLUE value IS 113 (44.53% from 255) = 30.38%

R = 46.24%
G = 23.39%
B = 30.38%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

#AC5771 (or 0xAC5771) is known color: Royal Heath. HEX triplet: AC, 57 and 71. RGB value is (172,87,113). Sum of RGB (Red+Green+Blue) = 172+87+113=372 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.24% from 372); Green value is 87 (34.38% from 255 or 23.39% from 372); Blue value is 113 (44.53% from 255 or 30.38% from 372); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5771 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5771 is #53A88E. Grayscale: #737373. Windows color (decimal): -5482639 or 7428012. OLE color: 7428012.

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

Color convert

RGB 172 87 113 -
CMYK 0 0.49 0.34 0.33
HSL 341.65º 0.34% 0.51% -
HSV(B) 341.65º 0.49% 0.67% -
XYZ 23.4 16.78 17.63 -
YUV 115.38 126.66 168.39 -
System Red Green Blue C M Y K H S L
Decimal 172 87 113 0 0.49 0.34 0.33 341.65 0.34 0.51
Hex AC 57 71 0 31 22 21 156 22 33
Octal 254 127 161 0 61 42 41 526 42 63
Binary 10101100 1010111 1110001 0 110001 100010 100001 101010110 100010 110011

Color Harmonies of #AC5771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5771

Black with #AC5771

Text Example


Text Example

White with #AC5771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5771; }

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

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

background-color css

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

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

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

border-color css

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

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

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