Html Css Color HEX #AC5774 Royal Heath

📋 copy color: '#AC5774'

red 172 ◦ green 87 ◦ blue 116

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

Shades of Royal Heath #AC5774

Tints of Royal Heath #AC5774

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 30.93%

R = 45.87%
G = 23.2%
B = 30.93%

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

#AC5774 (or 0xAC5774) is known color: Royal Heath. HEX triplet: AC, 57 and 74. RGB value is (172,87,116). Sum of RGB (Red+Green+Blue) = 172+87+116=375 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.87% from 375); Green value is 87 (34.38% from 255 or 23.2% from 375); Blue value is 116 (45.70% from 255 or 30.93% from 375); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5774 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5774 is #53A88B. Grayscale: #737373. Windows color (decimal): -5482636 or 7624620. OLE color: 7624620.

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

Color convert

RGB 172 87 116 -
CMYK 0 0.49 0.33 0.33
HSL 339.53º 0.34% 0.51% -
HSV(B) 339.53º 0.49% 0.67% -
XYZ 23.57 16.85 18.53 -
YUV 115.72 128.16 168.14 -
System Red Green Blue C M Y K H S L
Decimal 172 87 116 0 0.49 0.33 0.33 339.53 0.34 0.51
Hex AC 57 74 0 31 21 21 154 22 33
Octal 254 127 164 0 61 41 41 524 42 63
Binary 10101100 1010111 1110100 0 110001 100001 100001 101010100 100010 110011

Color Harmonies of #AC5774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5774

Black with #AC5774

Text Example


Text Example

White with #AC5774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5774; }

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

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

background-color css

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

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

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

border-color css

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

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

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