Html Css Color HEX #AC577A Royal Heath

📋 copy color: '#AC577A'

red 172 ◦ green 87 ◦ blue 122

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

Shades of Royal Heath #AC577A

Tints of Royal Heath #AC577A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 32.02%

R = 45.14%
G = 22.83%
B = 32.02%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.29

 K value IS 0.33

RGB Variations

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

Color information

#AC577A (or 0xAC577A) is known color: Royal Heath. HEX triplet: AC, 57 and 7A. RGB value is (172,87,122). Sum of RGB (Red+Green+Blue) = 172+87+122=381 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.14% from 381); Green value is 87 (34.38% from 255 or 22.83% from 381); Blue value is 122 (48.05% from 255 or 32.02% from 381); Max value from RGB is 172 - color contains mainly: red. Hex color #AC577A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC577A is #53A885. Grayscale: #747474. Windows color (decimal): -5482630 or 8017836. OLE color: 8017836.

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

Color convert

RGB 172 87 122 -
CMYK 0 0.49 0.29 0.33
HSL 335.29º 0.34% 0.51% -
HSV(B) 335.29º 0.49% 0.67% -
XYZ 23.93 16.99 20.43 -
YUV 116.41 131.16 167.65 -
System Red Green Blue C M Y K H S L
Decimal 172 87 122 0 0.49 0.29 0.33 335.29 0.34 0.51
Hex AC 57 7A 0 31 1D 21 14F 22 33
Octal 254 127 172 0 61 35 41 517 42 63
Binary 10101100 1010111 1111010 0 110001 11101 100001 101001111 100010 110011

Color Harmonies of #AC577A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC577A

Black with #AC577A

Text Example


Text Example

White with #AC577A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC577A; }

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

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

background-color css

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

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

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

border-color css

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

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

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