Html Css Color HEX #AC4E73 Royal Heath

📋 copy color: '#AC4E73'

red 172 ◦ green 78 ◦ blue 115

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

Shades of Royal Heath #AC4E73

Tints of Royal Heath #AC4E73

RGB

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

 GREEN value IS 78 (30.86% from 255) = 21.37%

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

R = 47.12%
G = 21.37%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.33

 K value IS 0.33

RGB Variations

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

Color information

#AC4E73 (or 0xAC4E73) is known color: Royal Heath. HEX triplet: AC, 4E and 73. RGB value is (172,78,115). Sum of RGB (Red+Green+Blue) = 172+78+115=365 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.12% from 365); Green value is 78 (30.86% from 255 or 21.37% from 365); Blue value is 115 (45.31% from 255 or 31.51% from 365); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4E73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC4E73 is #53B18C. Grayscale: #6E6E6E. Windows color (decimal): -5484941 or 7556780. OLE color: 7556780.

HSL color Cylindrical-coordinate representation of color #AC4E73: hue angle of 336.38º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AC4E73 is Cyan = 0, Magento = 0.55, Yellow = 0.33 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 78 115 -
CMYK 0 0.55 0.33 0.33
HSL 336.38º 0.38% 0.49% -
HSV(B) 336.38º 0.55% 0.67% -
XYZ 22.83 15.46 18 -
YUV 110.32 130.64 171.99 -
System Red Green Blue C M Y K H S L
Decimal 172 78 115 0 0.55 0.33 0.33 336.38 0.38 0.49
Hex AC 4E 73 0 37 21 21 150 26 31
Octal 254 116 163 0 67 41 41 520 46 61
Binary 10101100 1001110 1110011 0 110111 100001 100001 101010000 100110 110001

Color Harmonies of #AC4E73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4E73

Black with #AC4E73

Text Example


Text Example

White with #AC4E73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4E73; }

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

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

background-color css

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

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

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

border-color css

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

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

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