#A88C99

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

Shades of Bouquet #A88C99

Tints of Bouquet #A88C99

Color information

#A88C99 (or 0xA88C99) is unknown color: approx Bouquet. HEX triplet: A8, 8C and 99. RGB value is (168,140,153). Sum of RGB (Red+Green+Blue) = 168+140+153=461 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.44% from 461); Green value is 140 (55.08% from 255 or 30.37% from 461); Blue value is 153 (60.16% from 255 or 33.19% from 461); Max value from RGB is 168 - color contains mainly: red. Hex color #A88C99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A88C99 is #577366. Grayscale: #959595. Windows color (decimal): -5731175 or 10063016. OLE color: 10063016.

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

Color convert

RGB168140153-
CMYK00.170.090.34
HSL332.14º13.86%60.39%-
HSV(B)332.14º16.67%65.88%-
XYZ31.2829.3834.16-
YUV149.85129.78140.94-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.44%
GREEN value IS 140 (55.08% from 255) = 30.37%
BLUE value IS 153 (60.16% from 255) = 33.19%
R=36.44%
G=30.37%
B=33.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.09
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16814015300.170.090.34332.1413.8660.39
HexA88C9901192214ce3c
Octal25021423102111425141674
Binary10101000100011001001100101000110011000101010011001110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88C99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88C99; }

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

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

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

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

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

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

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

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