#A88799

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

Shades of Bouquet #A88799

Tints of Bouquet #A88799

Color information

#A88799 (or 0xA88799) is unknown color: approx Bouquet. HEX triplet: A8, 87 and 99. RGB value is (168,135,153). Sum of RGB (Red+Green+Blue) = 168+135+153=456 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.84% from 456); Green value is 135 (53.12% from 255 or 29.61% from 456); Blue value is 153 (60.16% from 255 or 33.55% from 456); Max value from RGB is 168 - color contains mainly: red. Hex color #A88799 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A88799 is #577866. Grayscale: #929292. Windows color (decimal): -5732455 or 10061736. OLE color: 10061736.

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

Color convert

RGB168135153-
CMYK00.200.090.34
HSL327.27º15.94%59.41%-
HSV(B)327.27º19.64%65.88%-
XYZ30.5627.9533.92-
YUV146.92131.43143.04-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.84%
GREEN value IS 135 (53.12% from 255) = 29.61%
BLUE value IS 153 (60.16% from 255) = 33.55%
R=36.84%
G=29.61%
B=33.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.09
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16813515300.200.090.34327.2715.9459.41
HexA88799014922147103b
Octal25020723102411425072073
Binary101010001000011110011001010100100110001010100011110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88799; }

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

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

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

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

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

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

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

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