Html Css Color HEX #AC4D72 Royal Heath

📋 copy color: '#AC4D72'

red 172 ◦ green 77 ◦ blue 114

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

Shades of Royal Heath #AC4D72

Tints of Royal Heath #AC4D72

RGB

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

 GREEN value IS 77 (30.47% from 255) = 21.21%

 BLUE value IS 114 (44.92% from 255) = 31.4%

R = 47.38%
G = 21.21%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

#AC4D72 (or 0xAC4D72) is known color: Royal Heath. HEX triplet: AC, 4D and 72. RGB value is (172,77,114). Sum of RGB (Red+Green+Blue) = 172+77+114=363 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.38% from 363); Green value is 77 (30.47% from 255 or 21.21% from 363); Blue value is 114 (44.92% from 255 or 31.40% from 363); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4D72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC4D72 is #53B28D. Grayscale: #6D6D6D. Windows color (decimal): -5485198 or 7490988. OLE color: 7490988.

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

Color convert

RGB 172 77 114 -
CMYK 0 0.55 0.34 0.33
HSL 336.63º 0.38% 0.49% -
HSV(B) 336.63º 0.55% 0.67% -
XYZ 22.7 15.29 17.67 -
YUV 109.62 130.47 172.49 -
System Red Green Blue C M Y K H S L
Decimal 172 77 114 0 0.55 0.34 0.33 336.63 0.38 0.49
Hex AC 4D 72 0 37 22 21 151 26 31
Octal 254 115 162 0 67 42 41 521 46 61
Binary 10101100 1001101 1110010 0 110111 100010 100001 101010001 100110 110001

Color Harmonies of #AC4D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4D72

Black with #AC4D72

Text Example


Text Example

White with #AC4D72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4D72; }

 p { color: rgb(172,77,114); }

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

background-color css

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

 a { background-color: rgb(172,77,114); }

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

border-color css

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

 span { border-color: rgb(172,77,114); }

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