#A88B99

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

Shades of Bouquet #A88B99

Tints of Bouquet #A88B99

Color information

#A88B99 (or 0xA88B99) is unknown color: approx Bouquet. HEX triplet: A8, 8B and 99. RGB value is (168,139,153). Sum of RGB (Red+Green+Blue) = 168+139+153=460 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.52% from 460); Green value is 139 (54.69% from 255 or 30.22% from 460); Blue value is 153 (60.16% from 255 or 33.26% from 460); Max value from RGB is 168 - color contains mainly: red. Hex color #A88B99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A88B99 is #577466. Grayscale: #959595. Windows color (decimal): -5731431 or 10062760. OLE color: 10062760.

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

Color convert

RGB168139153-
CMYK00.170.090.34
HSL331.03º14.29%60.2%-
HSV(B)331.03º17.26%65.88%-
XYZ31.1329.0934.11-
YUV149.27130.11141.36-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.52%
GREEN value IS 139 (54.69% from 255) = 30.22%
BLUE value IS 153 (60.16% from 255) = 33.26%
R=36.52%
G=30.22%
B=33.26%

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
Decimal16813915300.170.090.34331.0314.2960.2
HexA88B9901192214be3c
Octal25021323102111425131674
Binary10101000100010111001100101000110011000101010010111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88B99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88B99; }

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

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

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

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

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

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

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

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