Html Css Color HEX #AC5773 Royal Heath

📋 copy color: '#AC5773'

red 172 ◦ green 87 ◦ blue 115

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

Shades of Royal Heath #AC5773

Tints of Royal Heath #AC5773

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 30.75%

R = 45.99%
G = 23.26%
B = 30.75%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.33

 K value IS 0.33

RGB Variations

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

Color information

#AC5773 (or 0xAC5773) is known color: Royal Heath. HEX triplet: AC, 57 and 73. RGB value is (172,87,115). Sum of RGB (Red+Green+Blue) = 172+87+115=374 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.99% from 374); Green value is 87 (34.38% from 255 or 23.26% from 374); Blue value is 115 (45.31% from 255 or 30.75% from 374); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5773 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5773 is #53A88C. Grayscale: #737373. Windows color (decimal): -5482637 or 7559084. OLE color: 7559084.

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

Color convert

RGB 172 87 115 -
CMYK 0 0.49 0.33 0.33
HSL 340.24º 0.34% 0.51% -
HSV(B) 340.24º 0.49% 0.67% -
XYZ 23.52 16.82 18.23 -
YUV 115.61 127.66 168.22 -
System Red Green Blue C M Y K H S L
Decimal 172 87 115 0 0.49 0.33 0.33 340.24 0.34 0.51
Hex AC 57 73 0 31 21 21 154 22 33
Octal 254 127 163 0 61 41 41 524 42 63
Binary 10101100 1010111 1110011 0 110001 100001 100001 101010100 100010 110011

Color Harmonies of #AC5773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5773

Black with #AC5773

Text Example


Text Example

White with #AC5773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5773; }

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

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

background-color css

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

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

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

border-color css

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

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

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