Html Css Color HEX #AC516F Royal Heath

📋 copy color: '#AC516F'

red 172 ◦ green 81 ◦ blue 111

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

Shades of Royal Heath #AC516F

Tints of Royal Heath #AC516F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 30.49%

R = 47.25%
G = 22.25%
B = 30.49%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#AC516F (or 0xAC516F) is known color: Royal Heath. HEX triplet: AC, 51 and 6F. RGB value is (172,81,111). Sum of RGB (Red+Green+Blue) = 172+81+111=364 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.25% from 364); Green value is 81 (32.03% from 255 or 22.25% from 364); Blue value is 111 (43.75% from 255 or 30.49% from 364); Max value from RGB is 172 - color contains mainly: red. Hex color #AC516F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC516F is #53AE90. Grayscale: #6F6F6F. Windows color (decimal): -5484177 or 7295404. OLE color: 7295404.

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

Color convert

RGB 172 81 111 -
CMYK 0 0.53 0.35 0.33
HSL 340.22º 0.36% 0.5% -
HSV(B) 340.22º 0.53% 0.67% -
XYZ 22.82 15.8 16.89 -
YUV 111.63 127.65 171.06 -
System Red Green Blue C M Y K H S L
Decimal 172 81 111 0 0.53 0.35 0.33 340.22 0.36 0.5
Hex AC 51 6F 0 35 23 21 154 24 32
Octal 254 121 157 0 65 43 41 524 44 62
Binary 10101100 1010001 1101111 0 110101 100011 100001 101010100 100100 110010

Color Harmonies of #AC516F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC516F

Black with #AC516F

Text Example


Text Example

White with #AC516F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC516F; }

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

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

background-color css

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

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

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

border-color css

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

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

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