#A7556E

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

Shades of Blush #A7556E

Tints of Blush #A7556E

Color information

#A7556E (or 0xA7556E) is unknown color: approx Blush. HEX triplet: A7, 55 and 6E. RGB value is (167,85,110). Sum of RGB (Red+Green+Blue) = 167+85+110=362 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.13% from 362); Green value is 85 (33.59% from 255 or 23.48% from 362); Blue value is 110 (43.36% from 255 or 30.39% from 362); Max value from RGB is 167 - color contains mainly: red. Hex color #A7556E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A7556E is #58AA91. Grayscale: #707070. Windows color (decimal): -5810834 or 7230887. OLE color: 7230887.

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

Color convert

RGB16785110-
CMYK00.490.340.35
HSL341.71º32.54%49.41%-
HSV(B)341.71º49.1%65.49%-
XYZ2215.8416.65-
YUV112.37126.67166.97-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 46.13%
GREEN value IS 85 (33.59% from 255) = 23.48%
BLUE value IS 110 (43.36% from 255) = 30.39%
R=46.13%
G=23.48%
B=30.39%

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
Decimal1678511000.490.340.35341.7132.5449.41
HexA7556E03122231562131
Octal24712515606142435264161
Binary10100111101010111011100110001100010100011101010110100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7556E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7556E; }

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

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

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

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

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

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

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

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