Html Css Color HEX #AC4971 Royal Heath

📋 copy color: '#AC4971'

red 172 ◦ green 73 ◦ blue 113

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

Shades of Royal Heath #AC4971

Tints of Royal Heath #AC4971

RGB

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

 GREEN value IS 73 (28.91% from 255) = 20.39%

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

R = 48.04%
G = 20.39%
B = 31.56%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

#AC4971 (or 0xAC4971) is known color: Royal Heath. HEX triplet: AC, 49 and 71. RGB value is (172,73,113). Sum of RGB (Red+Green+Blue) = 172+73+113=358 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.04% from 358); Green value is 73 (28.91% from 255 or 20.39% from 358); Blue value is 113 (44.53% from 255 or 31.56% from 358); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4971 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC4971 is #53B68E. Grayscale: #6B6B6B. Windows color (decimal): -5486223 or 7424428. OLE color: 7424428.

HSL color Cylindrical-coordinate representation of color #AC4971: hue angle of 335.76º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AC4971 is Cyan = 0, Magento = 0.58, Yellow = 0.34 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 73 113 -
CMYK 0 0.58 0.34 0.33
HSL 335.76º 0.4% 0.48% -
HSV(B) 335.76º 0.58% 0.67% -
XYZ 22.38 14.73 17.29 -
YUV 107.16 131.3 174.25 -
System Red Green Blue C M Y K H S L
Decimal 172 73 113 0 0.58 0.34 0.33 335.76 0.4 0.48
Hex AC 49 71 0 3A 22 21 150 28 30
Octal 254 111 161 0 72 42 41 520 50 60
Binary 10101100 1001001 1110001 0 111010 100010 100001 101010000 101000 110000

Color Harmonies of #AC4971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4971

Black with #AC4971

Text Example


Text Example

White with #AC4971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4971; }

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

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

background-color css

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

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

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

border-color css

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

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

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