#A88796

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

Shades of Bouquet #A88796

Tints of Bouquet #A88796

Color information

#A88796 (or 0xA88796) is unknown color: approx Bouquet. HEX triplet: A8, 87 and 96. RGB value is (168,135,150). Sum of RGB (Red+Green+Blue) = 168+135+150=453 (60% of max value = 765). Red value is 168 (66.02% from 255 or 37.09% from 453); Green value is 135 (53.12% from 255 or 29.80% from 453); Blue value is 150 (58.98% from 255 or 33.11% from 453); Max value from RGB is 168 - color contains mainly: red. Hex color #A88796 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A88796 is #577869. Grayscale: #929292. Windows color (decimal): -5732458 or 9865128. OLE color: 9865128.

HSL color Cylindrical-coordinate representation of color #A88796: hue angle of 332.73º 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 #A88796 is Cyan = 0, Magento = 0.20, Yellow = 0.11 and Black (K on CMYK) = 0.34.

Color convert

RGB168135150-
CMYK00.200.110.34
HSL332.73º15.94%59.41%-
HSV(B)332.73º19.64%65.88%-
XYZ30.3227.8532.63-
YUV146.58129.93143.28-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 37.09%
GREEN value IS 135 (53.12% from 255) = 29.80%
BLUE value IS 150 (58.98% from 255) = 33.11%
R=37.09%
G=29.80%
B=33.11%

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
Decimal16813515000.200.110.34332.7315.9459.41
HexA88796014B2214d103b
Octal25020722602413425152073
Binary101010001000011110010110010100101110001010100110110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88796; }

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

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

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

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

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

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

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

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