Html Css Color HEX #AC577E Royal Heath

📋 copy color: '#AC577E'

red 172 ◦ green 87 ◦ blue 126

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

Shades of Royal Heath #AC577E

Tints of Royal Heath #AC577E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 32.73%

R = 44.68%
G = 22.6%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#AC577E (or 0xAC577E) is known color: Royal Heath. HEX triplet: AC, 57 and 7E. RGB value is (172,87,126). Sum of RGB (Red+Green+Blue) = 172+87+126=385 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.68% from 385); Green value is 87 (34.38% from 255 or 22.60% from 385); Blue value is 126 (49.61% from 255 or 32.73% from 385); Max value from RGB is 172 - color contains mainly: red. Hex color #AC577E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC577E is #53A881. Grayscale: #747474. Windows color (decimal): -5482626 or 8279980. OLE color: 8279980.

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

Color convert

RGB 172 87 126 -
CMYK 0 0.49 0.27 0.33
HSL 332.47º 0.34% 0.51% -
HSV(B) 332.47º 0.49% 0.67% -
XYZ 24.19 17.09 21.76 -
YUV 116.86 133.16 167.33 -
System Red Green Blue C M Y K H S L
Decimal 172 87 126 0 0.49 0.27 0.33 332.47 0.34 0.51
Hex AC 57 7E 0 31 1B 21 14C 22 33
Octal 254 127 176 0 61 33 41 514 42 63
Binary 10101100 1010111 1111110 0 110001 11011 100001 101001100 100010 110011

Color Harmonies of #AC577E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC577E

Black with #AC577E

Text Example


Text Example

White with #AC577E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC577E; }

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

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

background-color css

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

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

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

border-color css

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

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

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