#A88899

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

Shades of Bouquet #A88899

Tints of Bouquet #A88899

Color information

#A88899 (or 0xA88899) is unknown color: approx Bouquet. HEX triplet: A8, 88 and 99. RGB value is (168,136,153). Sum of RGB (Red+Green+Blue) = 168+136+153=457 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.76% from 457); Green value is 136 (53.52% from 255 or 29.76% from 457); Blue value is 153 (60.16% from 255 or 33.48% from 457); Max value from RGB is 168 - color contains mainly: red. Hex color #A88899 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A88899 is #577766. Grayscale: #939393. Windows color (decimal): -5732199 or 10061992. OLE color: 10061992.

HSL color Cylindrical-coordinate representation of color #A88899: hue angle of 328.12º degrees, saturation: 0.16, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A88899 is Cyan = 0, Magento = 0.19, Yellow = 0.09 and Black (K on CMYK) = 0.34.

Color convert

RGB168136153-
CMYK00.190.090.34
HSL328.12º15.53%59.61%-
HSV(B)328.12º19.05%65.88%-
XYZ30.728.2333.97-
YUV147.51131.1142.62-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.76%
GREEN value IS 136 (53.52% from 255) = 29.76%
BLUE value IS 153 (60.16% from 255) = 33.48%
R=36.76%
G=29.76%
B=33.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.09
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16813615300.190.090.34328.1215.5359.61
HexA88899013922148103c
Octal25021023102311425102074
Binary101010001000100010011001010011100110001010100100010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88899; }

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

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

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

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

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

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

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

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