#A87896

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

Shades of Bouquet #A87896

Tints of Bouquet #A87896

Color information

#A87896 (or 0xA87896) is unknown color: approx Bouquet. HEX triplet: A8, 78 and 96. RGB value is (168,120,150). Sum of RGB (Red+Green+Blue) = 168+120+150=438 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.36% from 438); Green value is 120 (47.27% from 255 or 27.40% from 438); Blue value is 150 (58.98% from 255 or 34.25% from 438); Max value from RGB is 168 - color contains mainly: red. Hex color #A87896 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A87896 is #578769. Grayscale: #898989. Windows color (decimal): -5736298 or 9861288. OLE color: 9861288.

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

Color convert

RGB168120150-
CMYK00.290.110.34
HSL322.5º21.62%56.47%-
HSV(B)322.5º28.57%65.88%-
XYZ28.3723.9631.98-
YUV137.77134.9149.56-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.36%
GREEN value IS 120 (47.27% from 255) = 27.40%
BLUE value IS 150 (58.98% from 255) = 34.25%
R=38.36%
G=27.40%
B=34.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.11
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16812015000.290.110.34322.521.6256.47
HexA8789601DB221421638
Octal25017022603513425022670
Binary10101000111100010010110011101101110001010100001010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A87896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A87896; }

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

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

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

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

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

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

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

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