#A6556E

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

Shades of Blush #A6556E

Tints of Blush #A6556E

Color information

#A6556E (or 0xA6556E) is unknown color: approx Blush. HEX triplet: A6, 55 and 6E. RGB value is (166,85,110). Sum of RGB (Red+Green+Blue) = 166+85+110=361 (47% of max value = 765). Red value is 166 (65.23% from 255 or 45.98% from 361); Green value is 85 (33.59% from 255 or 23.55% from 361); Blue value is 110 (43.36% from 255 or 30.47% from 361); Max value from RGB is 166 - color contains mainly: red. Hex color #A6556E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6556E is #59AA91. Grayscale: #707070. Windows color (decimal): -5876370 or 7230886. OLE color: 7230886.

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

Color convert

RGB16685110-
CMYK00.490.340.35
HSL341.48º32.27%49.22%-
HSV(B)341.48º48.8%65.1%-
XYZ21.7915.7316.64-
YUV112.07126.84166.47-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 45.98%
GREEN value IS 85 (33.59% from 255) = 23.55%
BLUE value IS 110 (43.36% from 255) = 30.47%
R=45.98%
G=23.55%
B=30.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.34
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1668511000.490.340.35341.4832.2749.22
HexA6556E03122231552031
Octal24612515606142435254061
Binary10100110101010111011100110001100010100011101010101100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6556E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6556E; }

 p { color: rgb(166,85,110); }

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

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

 a { background-color: rgb(166,85,110); }

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

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

 span { border-color: rgb(166,85,110); }

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