#A7516E

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

Shades of Royal Heath #A7516E

Tints of Royal Heath #A7516E

Color information

#A7516E (or 0xA7516E) is unknown color: approx Royal Heath. HEX triplet: A7, 51 and 6E. RGB value is (167,81,110). Sum of RGB (Red+Green+Blue) = 167+81+110=358 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.65% from 358); Green value is 81 (32.03% from 255 or 22.63% from 358); Blue value is 110 (43.36% from 255 or 30.73% from 358); Max value from RGB is 167 - color contains mainly: red. Hex color #A7516E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A7516E is #58AE91. Grayscale: #6D6D6D. Windows color (decimal): -5811858 or 7229863. OLE color: 7229863.

HSL color Cylindrical-coordinate representation of color #A7516E: hue angle of 339.77º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A7516E is Cyan = 0, Magento = 0.51, Yellow = 0.34 and Black (K on CMYK) = 0.35.

Color convert

RGB16781110-
CMYK00.510.340.35
HSL339.77º34.68%48.63%-
HSV(B)339.77º51.5%65.49%-
XYZ21.6915.2316.55-
YUV110.02127.99168.64-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 46.65%
GREEN value IS 81 (32.03% from 255) = 22.63%
BLUE value IS 110 (43.36% from 255) = 30.73%
R=46.65%
G=22.63%
B=30.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.34
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1678111000.510.340.35339.7734.6848.63
HexA7516E03322231542331
Octal24712115606342435244361
Binary10100111101000111011100110011100010100011101010100100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7516E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7516E; }

 p { color: rgb(167,81,110); }

 H1.HeaderClassName
 {
   color: #A7516E;
 }
 .AnyTagClassName
 {
   color: #A7516E;
 }
</style>
background-color css

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

 a { background-color: rgb(167,81,110); }

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

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

 span { border-color: rgb(167,81,110); }

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