Html Css Color HEX #AC5576 Royal Heath

📋 copy color: '#AC5576'

red 172 ◦ green 85 ◦ blue 118

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

Shades of Royal Heath #AC5576

Tints of Royal Heath #AC5576

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.67%

 BLUE value IS 118 (46.48% from 255) = 31.47%

R = 45.87%
G = 22.67%
B = 31.47%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#AC5576 (or 0xAC5576) is known color: Royal Heath. HEX triplet: AC, 55 and 76. RGB value is (172,85,118). Sum of RGB (Red+Green+Blue) = 172+85+118=375 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.87% from 375); Green value is 85 (33.59% from 255 or 22.67% from 375); Blue value is 118 (46.48% from 255 or 31.47% from 375); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5576 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5576 is #53AA89. Grayscale: #727272. Windows color (decimal): -5483146 or 7755180. OLE color: 7755180.

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

Color convert

RGB 172 85 118 -
CMYK 0 0.51 0.31 0.33
HSL 337.24º 0.34% 0.5% -
HSV(B) 337.24º 0.51% 0.67% -
XYZ 23.53 16.58 19.1 -
YUV 114.78 129.82 168.82 -
System Red Green Blue C M Y K H S L
Decimal 172 85 118 0 0.51 0.31 0.33 337.24 0.34 0.5
Hex AC 55 76 0 33 1F 21 151 22 32
Octal 254 125 166 0 63 37 41 521 42 62
Binary 10101100 1010101 1110110 0 110011 11111 100001 101010001 100010 110010

Color Harmonies of #AC5576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5576

Black with #AC5576

Text Example


Text Example

White with #AC5576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5576; }

 p { color: rgb(172,85,118); }

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

background-color css

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

 a { background-color: rgb(172,85,118); }

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

border-color css

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

 span { border-color: rgb(172,85,118); }

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