#A77996

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

Shades of Bouquet #A77996

Tints of Bouquet #A77996

Color information

#A77996 (or 0xA77996) is unknown color: approx Bouquet. HEX triplet: A7, 79 and 96. RGB value is (167,121,150). Sum of RGB (Red+Green+Blue) = 167+121+150=438 (58% of max value = 765). Red value is 167 (65.62% from 255 or 38.13% from 438); Green value is 121 (47.66% from 255 or 27.63% from 438); Blue value is 150 (58.98% from 255 or 34.25% from 438); Max value from RGB is 167 - color contains mainly: red. Hex color #A77996 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A77996 is #588669. Grayscale: #898989. Windows color (decimal): -5801578 or 9861543. OLE color: 9861543.

HSL color Cylindrical-coordinate representation of color #A77996: hue angle of 322.17º degrees, saturation: 0.21, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A77996 is Cyan = 0, Magento = 0.28, Yellow = 0.10 and Black (K on CMYK) = 0.35.

Color convert

RGB167121150-
CMYK00.280.100.35
HSL322.17º20.72%56.47%-
HSV(B)322.17º27.54%65.49%-
XYZ28.2824.0932.01-
YUV138.06134.74148.64-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 38.13%
GREEN value IS 121 (47.66% from 255) = 27.63%
BLUE value IS 150 (58.98% from 255) = 34.25%
R=38.13%
G=27.63%
B=34.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.10
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16712115000.280.100.35322.1720.7256.47
HexA7799601CA231421538
Octal24717122603412435022570
Binary10100111111100110010110011100101010001110100001010101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77996; }

 p { color: rgb(167,121,150); }

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

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

 a { background-color: rgb(167,121,150); }

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

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

 span { border-color: rgb(167,121,150); }

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