Html Css Color HEX #AC4D71 Royal Heath

📋 copy color: '#AC4D71'

red 172 ◦ green 77 ◦ blue 113

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

Shades of Royal Heath #AC4D71

Tints of Royal Heath #AC4D71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 31.22%

R = 47.51%
G = 21.27%
B = 31.22%

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

#AC4D71 (or 0xAC4D71) is known color: Royal Heath. HEX triplet: AC, 4D and 71. RGB value is (172,77,113). Sum of RGB (Red+Green+Blue) = 172+77+113=362 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.51% from 362); Green value is 77 (30.47% from 255 or 21.27% from 362); Blue value is 113 (44.53% from 255 or 31.22% from 362); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4D71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC4D71 is #53B28E. Grayscale: #6D6D6D. Windows color (decimal): -5485199 or 7425452. OLE color: 7425452.

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

Color convert

RGB 172 77 113 -
CMYK 0 0.55 0.34 0.33
HSL 337.26º 0.38% 0.49% -
HSV(B) 337.26º 0.55% 0.67% -
XYZ 22.65 15.27 17.38 -
YUV 109.51 129.97 172.57 -
System Red Green Blue C M Y K H S L
Decimal 172 77 113 0 0.55 0.34 0.33 337.26 0.38 0.49
Hex AC 4D 71 0 37 22 21 151 26 31
Octal 254 115 161 0 67 42 41 521 46 61
Binary 10101100 1001101 1110001 0 110111 100010 100001 101010001 100110 110001

Color Harmonies of #AC4D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4D71

Black with #AC4D71

Text Example


Text Example

White with #AC4D71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4D71; }

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

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

background-color css

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

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

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

border-color css

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

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

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