Html Css Color HEX #AC4371 Royal Heath

📋 copy color: '#AC4371'

red 172 ◦ green 67 ◦ blue 113

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

Shades of Royal Heath #AC4371

Tints of Royal Heath #AC4371

RGB

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

 GREEN value IS 67 (26.56% from 255) = 19.03%

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

R = 48.86%
G = 19.03%
B = 32.1%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

#AC4371 (or 0xAC4371) is known color: Royal Heath. HEX triplet: AC, 43 and 71. RGB value is (172,67,113). Sum of RGB (Red+Green+Blue) = 172+67+113=352 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.86% from 352); Green value is 67 (26.56% from 255 or 19.03% from 352); Blue value is 113 (44.53% from 255 or 32.10% from 352); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4371 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC4371 is #53BC8E. Grayscale: #676767. Windows color (decimal): -5487759 or 7422892. OLE color: 7422892.

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

Color convert

RGB 172 67 113 -
CMYK 0 0.61 0.34 0.33
HSL 333.71º 0.44% 0.47% -
HSV(B) 333.71º 0.61% 0.67% -
XYZ 22 13.98 17.16 -
YUV 103.64 133.29 176.76 -
System Red Green Blue C M Y K H S L
Decimal 172 67 113 0 0.61 0.34 0.33 333.71 0.44 0.47
Hex AC 43 71 0 3D 22 21 14E 2C 2F
Octal 254 103 161 0 75 42 41 516 54 57
Binary 10101100 1000011 1110001 0 111101 100010 100001 101001110 101100 101111

Color Harmonies of #AC4371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4371

Black with #AC4371

Text Example


Text Example

White with #AC4371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4371; }

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

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

background-color css

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

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

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

border-color css

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

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

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