#A6516C

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

Shades of Blush #A6516C

Tints of Blush #A6516C

Color information

#A6516C (or 0xA6516C) is unknown color: approx Blush. HEX triplet: A6, 51 and 6C. RGB value is (166,81,108). Sum of RGB (Red+Green+Blue) = 166+81+108=355 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.76% from 355); Green value is 81 (32.03% from 255 or 22.82% from 355); Blue value is 108 (42.58% from 255 or 30.42% from 355); Max value from RGB is 166 - color contains mainly: red. Hex color #A6516C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6516C is #59AE93. Grayscale: #6D6D6D. Windows color (decimal): -5877396 or 7098790. OLE color: 7098790.

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

Color convert

RGB16681108-
CMYK00.510.350.35
HSL340.94º34.41%48.43%-
HSV(B)340.94º51.2%65.1%-
XYZ21.3815.0715.97-
YUV109.49127.16168.3-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 46.76%
GREEN value IS 81 (32.03% from 255) = 22.82%
BLUE value IS 108 (42.58% from 255) = 30.42%
R=46.76%
G=22.82%
B=30.42%

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
Decimal1668110800.510.350.35340.9434.4148.43
HexA6516C03323231552230
Octal24612115406343435254260
Binary10100110101000111011000110011100011100011101010101100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6516C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6516C; }

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

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

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

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

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

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

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

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