#AC516F

Color #AC516F Royal Heath (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Heath #AC516F

Tints of Royal Heath #AC516F

Color information

#AC516F (or 0xAC516F) is unknown color: approx 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

RGB17281111-
CMYK00.530.350.33
HSL340.22º35.97%49.61%-
HSV(B)340.22º52.91%67.45%-
XYZ22.8215.816.89-
YUV111.63127.65171.06-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1728111100.530.350.33340.2235.9749.61
HexAC516F03523211542432
Octal25412115706543415244462
Binary10101100101000111011110110101100011100001101010100100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC516F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>