Html Css Color HEX #AC5572 Royal Heath

📋 copy color: '#AC5572'

red 172 ◦ green 85 ◦ blue 114

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

Shades of Royal Heath #AC5572

Tints of Royal Heath #AC5572

RGB

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

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

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

R = 46.36%
G = 22.91%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

#AC5572 (or 0xAC5572) is known color: Royal Heath. HEX triplet: AC, 55 and 72. RGB value is (172,85,114). Sum of RGB (Red+Green+Blue) = 172+85+114=371 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.36% from 371); Green value is 85 (33.59% from 255 or 22.91% from 371); Blue value is 114 (44.92% from 255 or 30.73% from 371); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5572 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5572 is #53AA8D. Grayscale: #727272. Windows color (decimal): -5483150 or 7493036. OLE color: 7493036.

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

Color convert

RGB 172 85 114 -
CMYK 0 0.51 0.34 0.33
HSL 340º 0.34% 0.5% -
HSV(B) 340º 0.51% 0.67% -
XYZ 23.3 16.48 17.87 -
YUV 114.32 127.82 169.14 -
System Red Green Blue C M Y K H S L
Decimal 172 85 114 0 0.51 0.34 0.33 340 0.34 0.5
Hex AC 55 72 0 33 22 21 154 22 32
Octal 254 125 162 0 63 42 41 524 42 62
Binary 10101100 1010101 1110010 0 110011 100010 100001 101010100 100010 110010

Color Harmonies of #AC5572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5572

Black with #AC5572

Text Example


Text Example

White with #AC5572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5572; }

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

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

background-color css

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

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

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

border-color css

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

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

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