#A6516A

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

Shades of Blush #A6516A

Tints of Blush #A6516A

Color information

#A6516A (or 0xA6516A) is unknown color: approx Blush. HEX triplet: A6, 51 and 6A. RGB value is (166,81,106). Sum of RGB (Red+Green+Blue) = 166+81+106=353 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.03% from 353); Green value is 81 (32.03% from 255 or 22.95% from 353); Blue value is 106 (41.80% from 255 or 30.03% from 353); Max value from RGB is 166 - color contains mainly: red. Hex color #A6516A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6516A is #59AE95. Grayscale: #6D6D6D. Windows color (decimal): -5877398 or 6967718. OLE color: 6967718.

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

Color convert

RGB16681106-
CMYK00.510.360.35
HSL342.35º34.41%48.43%-
HSV(B)342.35º51.2%65.1%-
XYZ21.2715.0315.42-
YUV109.26126.16168.47-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 47.03%
GREEN value IS 81 (32.03% from 255) = 22.95%
BLUE value IS 106 (41.80% from 255) = 30.03%
R=47.03%
G=22.95%
B=30.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.36
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1668110600.510.360.35342.3534.4148.43
HexA6516A03324231562230
Octal24612115206344435264260
Binary10100110101000111010100110011100100100011101010110100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6516A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6516A; }

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

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

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

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

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

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

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

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