Html Css Color HEX #AC5671 Royal Heath

📋 copy color: '#AC5671'

red 172 ◦ green 86 ◦ blue 113

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

Shades of Royal Heath #AC5671

Tints of Royal Heath #AC5671

RGB

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

 GREEN value IS 86 (33.98% from 255) = 23.18%

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

R = 46.36%
G = 23.18%
B = 30.46%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

#AC5671 (or 0xAC5671) is known color: Royal Heath. HEX triplet: AC, 56 and 71. RGB value is (172,86,113). Sum of RGB (Red+Green+Blue) = 172+86+113=371 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.36% from 371); Green value is 86 (33.98% from 255 or 23.18% from 371); Blue value is 113 (44.53% from 255 or 30.46% from 371); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5671 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5671 is #53A98E. Grayscale: #727272. Windows color (decimal): -5482895 or 7427756. OLE color: 7427756.

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

Color convert

RGB 172 86 113 -
CMYK 0 0.5 0.34 0.33
HSL 341.16º 0.34% 0.51% -
HSV(B) 341.16º 0.5% 0.67% -
XYZ 23.32 16.62 17.6 -
YUV 114.79 126.99 168.8 -
System Red Green Blue C M Y K H S L
Decimal 172 86 113 0 0.5 0.34 0.33 341.16 0.34 0.51
Hex AC 56 71 0 32 22 21 155 22 33
Octal 254 126 161 0 62 42 41 525 42 63
Binary 10101100 1010110 1110001 0 110010 100010 100001 101010101 100010 110011

Color Harmonies of #AC5671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5671

Black with #AC5671

Text Example


Text Example

White with #AC5671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5671; }

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

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

background-color css

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

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

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

border-color css

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

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

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