#A87A96

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

Shades of Bouquet #A87A96

Tints of Bouquet #A87A96

Color information

#A87A96 (or 0xA87A96) is unknown color: approx Bouquet. HEX triplet: A8, 7A and 96. RGB value is (168,122,150). Sum of RGB (Red+Green+Blue) = 168+122+150=440 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.18% from 440); Green value is 122 (48.05% from 255 or 27.73% from 440); Blue value is 150 (58.98% from 255 or 34.09% from 440); Max value from RGB is 168 - color contains mainly: red. Hex color #A87A96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A87A96 is #578569. Grayscale: #8A8A8A. Windows color (decimal): -5735786 or 9861800. OLE color: 9861800.

HSL color Cylindrical-coordinate representation of color #A87A96: hue angle of 323.48º degrees, saturation: 0.21, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A87A96 is Cyan = 0, Magento = 0.27, Yellow = 0.11 and Black (K on CMYK) = 0.34.

Color convert

RGB168122150-
CMYK00.270.110.34
HSL323.48º20.91%56.86%-
HSV(B)323.48º27.38%65.88%-
XYZ28.6124.4532.06-
YUV138.95134.24148.72-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.18%
GREEN value IS 122 (48.05% from 255) = 27.73%
BLUE value IS 150 (58.98% from 255) = 34.09%
R=38.18%
G=27.73%
B=34.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.11
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16812215000.270.110.34323.4820.9156.86
HexA87A9601BB221431539
Octal25017222603313425032571
Binary10101000111101010010110011011101110001010100001110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A87A96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A87A96; }

 p { color: rgb(168,122,150); }

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

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

 a { background-color: rgb(168,122,150); }

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

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

 span { border-color: rgb(168,122,150); }

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