#A7516F

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

Shades of Royal Heath #A7516F

Tints of Royal Heath #A7516F

Color information

#A7516F (or 0xA7516F) is unknown color: approx Royal Heath. HEX triplet: A7, 51 and 6F. RGB value is (167,81,111). Sum of RGB (Red+Green+Blue) = 167+81+111=359 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.52% from 359); Green value is 81 (32.03% from 255 or 22.56% from 359); Blue value is 111 (43.75% from 255 or 30.92% from 359); Max value from RGB is 167 - color contains mainly: red. Hex color #A7516F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A7516F is #58AE90. Grayscale: #6E6E6E. Windows color (decimal): -5811857 or 7295399. OLE color: 7295399.

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

Color convert

RGB16781111-
CMYK00.510.340.35
HSL339.07º34.68%48.63%-
HSV(B)339.07º51.5%65.49%-
XYZ21.7515.2516.84-
YUV110.13128.49168.56-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 46.52%
GREEN value IS 81 (32.03% from 255) = 22.56%
BLUE value IS 111 (43.75% from 255) = 30.92%
R=46.52%
G=22.56%
B=30.92%

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
Decimal1678111100.510.340.35339.0734.6848.63
HexA7516F03322231532331
Octal24712115706342435234361
Binary10100111101000111011110110011100010100011101010011100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7516F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7516F; }

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

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

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

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

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

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

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

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