#A88696

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

Shades of Bouquet #A88696

Tints of Bouquet #A88696

Color information

#A88696 (or 0xA88696) is unknown color: approx Bouquet. HEX triplet: A8, 86 and 96. RGB value is (168,134,150). Sum of RGB (Red+Green+Blue) = 168+134+150=452 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.17% from 452); Green value is 134 (52.73% from 255 or 29.65% from 452); Blue value is 150 (58.98% from 255 or 33.19% from 452); Max value from RGB is 168 - color contains mainly: red. Hex color #A88696 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A88696 is #577969. Grayscale: #919191. Windows color (decimal): -5732714 or 9864872. OLE color: 9864872.

HSL color Cylindrical-coordinate representation of color #A88696: hue angle of 331.76º degrees, saturation: 0.16, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A88696 is Cyan = 0, Magento = 0.20, Yellow = 0.11 and Black (K on CMYK) = 0.34.

Color convert

RGB168134150-
CMYK00.200.110.34
HSL331.76º16.35%59.22%-
HSV(B)331.76º20.24%65.88%-
XYZ30.1827.5832.59-
YUV145.99130.26143.7-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 37.17%
GREEN value IS 134 (52.73% from 255) = 29.65%
BLUE value IS 150 (58.98% from 255) = 33.19%
R=37.17%
G=29.65%
B=33.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.11
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16813415000.200.110.34331.7616.3559.22
HexA88696014B2214c103b
Octal25020622602413425142073
Binary101010001000011010010110010100101110001010100110010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88696; }

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

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

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

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

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

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

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

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