Html Css Color HEX #AC5172 Royal Heath

📋 copy color: '#AC5172'

red 172 ◦ green 81 ◦ blue 114

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

Shades of Royal Heath #AC5172

Tints of Royal Heath #AC5172

RGB

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

 GREEN value IS 81 (32.03% from 255) = 22.07%

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

R = 46.87%
G = 22.07%
B = 31.06%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

#AC5172 (or 0xAC5172) is known color: Royal Heath. HEX triplet: AC, 51 and 72. RGB value is (172,81,114). Sum of RGB (Red+Green+Blue) = 172+81+114=367 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.87% from 367); Green value is 81 (32.03% from 255 or 22.07% from 367); Blue value is 114 (44.92% from 255 or 31.06% from 367); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5172 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5172 is #53AE8D. Grayscale: #6F6F6F. Windows color (decimal): -5484174 or 7492012. OLE color: 7492012.

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

Color convert

RGB 172 81 114 -
CMYK 0 0.53 0.34 0.33
HSL 338.24º 0.36% 0.5% -
HSV(B) 338.24º 0.53% 0.67% -
XYZ 22.99 15.87 17.77 -
YUV 111.97 129.15 170.82 -
System Red Green Blue C M Y K H S L
Decimal 172 81 114 0 0.53 0.34 0.33 338.24 0.36 0.5
Hex AC 51 72 0 35 22 21 152 24 32
Octal 254 121 162 0 65 42 41 522 44 62
Binary 10101100 1010001 1110010 0 110101 100010 100001 101010010 100100 110010

Color Harmonies of #AC5172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5172

Black with #AC5172

Text Example


Text Example

White with #AC5172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5172; }

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

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

background-color css

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

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

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

border-color css

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

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

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