#A77F95

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

Shades of Bouquet #A77F95

Tints of Bouquet #A77F95

Color information

#A77F95 (or 0xA77F95) is unknown color: approx Bouquet. HEX triplet: A7, 7F and 95. RGB value is (167,127,149). Sum of RGB (Red+Green+Blue) = 167+127+149=443 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.70% from 443); Green value is 127 (50% from 255 or 28.67% from 443); Blue value is 149 (58.59% from 255 or 33.63% from 443); Max value from RGB is 167 - color contains mainly: red. Hex color #A77F95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A77F95 is #58806A. Grayscale: #8D8D8D. Windows color (decimal): -5800043 or 9797543. OLE color: 9797543.

HSL color Cylindrical-coordinate representation of color #A77F95: hue angle of 327º degrees, saturation: 0.19, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A77F95 is Cyan = 0, Magento = 0.24, Yellow = 0.11 and Black (K on CMYK) = 0.35.

Color convert

RGB167127149-
CMYK00.240.110.35
HSL327º18.52%57.65%-
HSV(B)327º23.95%65.49%-
XYZ28.9525.5631.84-
YUV141.47132.25146.21-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 37.70%
GREEN value IS 127 (50% from 255) = 28.67%
BLUE value IS 149 (58.59% from 255) = 33.63%
R=37.70%
G=28.67%
B=33.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.11
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16712714900.240.110.3532718.5257.65
HexA77F95018B23147133a
Octal24717722503013435072372
Binary10100111111111110010101011000101110001110100011110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77F95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77F95; }

 p { color: rgb(167,127,149); }

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

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

 a { background-color: rgb(167,127,149); }

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

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

 span { border-color: rgb(167,127,149); }

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