Html Css Color HEX #AC5677 Royal Heath

📋 copy color: '#AC5677'

red 172 ◦ green 86 ◦ blue 119

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

Shades of Royal Heath #AC5677

Tints of Royal Heath #AC5677

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 31.56%

R = 45.62%
G = 22.81%
B = 31.56%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#AC5677 (or 0xAC5677) is known color: Royal Heath. HEX triplet: AC, 56 and 77. RGB value is (172,86,119). Sum of RGB (Red+Green+Blue) = 172+86+119=377 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.62% from 377); Green value is 86 (33.98% from 255 or 22.81% from 377); Blue value is 119 (46.88% from 255 or 31.56% from 377); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5677 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5677 is #53A988. Grayscale: #737373. Windows color (decimal): -5482889 or 7820972. OLE color: 7820972.

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

Color convert

RGB 172 86 119 -
CMYK 0 0.5 0.31 0.33
HSL 336.98º 0.34% 0.51% -
HSV(B) 336.98º 0.5% 0.67% -
XYZ 23.67 16.76 19.44 -
YUV 115.48 129.99 168.32 -
System Red Green Blue C M Y K H S L
Decimal 172 86 119 0 0.5 0.31 0.33 336.98 0.34 0.51
Hex AC 56 77 0 32 1F 21 151 22 33
Octal 254 126 167 0 62 37 41 521 42 63
Binary 10101100 1010110 1110111 0 110010 11111 100001 101010001 100010 110011

Color Harmonies of #AC5677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5677

Black with #AC5677

Text Example


Text Example

White with #AC5677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5677; }

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

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

background-color css

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

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

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

border-color css

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

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

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