#A7516C

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

Shades of Blush #A7516C

Tints of Blush #A7516C

Color information

#A7516C (or 0xA7516C) is unknown color: approx Blush. HEX triplet: A7, 51 and 6C. RGB value is (167,81,108). Sum of RGB (Red+Green+Blue) = 167+81+108=356 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.91% from 356); Green value is 81 (32.03% from 255 or 22.75% from 356); Blue value is 108 (42.58% from 255 or 30.34% from 356); Max value from RGB is 167 - color contains mainly: red. Hex color #A7516C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A7516C is #58AE93. Grayscale: #6D6D6D. Windows color (decimal): -5811860 or 7098791. OLE color: 7098791.

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

Color convert

RGB16781108-
CMYK00.510.350.35
HSL341.16º34.68%48.63%-
HSV(B)341.16º51.5%65.49%-
XYZ21.5915.1815.98-
YUV109.79126.99168.8-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 46.91%
GREEN value IS 81 (32.03% from 255) = 22.75%
BLUE value IS 108 (42.58% from 255) = 30.34%
R=46.91%
G=22.75%
B=30.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.35
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1678110800.510.350.35341.1634.6848.63
HexA7516C03323231552331
Octal24712115406343435254361
Binary10100111101000111011000110011100011100011101010101100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7516C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7516C; }

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

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

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

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

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

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

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

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