#A88B9B

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

Shades of Bouquet #A88B9B

Tints of Bouquet #A88B9B

Color information

#A88B9B (or 0xA88B9B) is unknown color: approx Bouquet. HEX triplet: A8, 8B and 9B. RGB value is (168,139,155). Sum of RGB (Red+Green+Blue) = 168+139+155=462 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.36% from 462); Green value is 139 (54.69% from 255 or 30.09% from 462); Blue value is 155 (60.94% from 255 or 33.55% from 462); Max value from RGB is 168 - color contains mainly: red. Hex color #A88B9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A88B9B is #577464. Grayscale: #959595. Windows color (decimal): -5731429 or 10193832. OLE color: 10193832.

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

Color convert

RGB168139155-
CMYK00.170.080.34
HSL326.9º14.29%60.2%-
HSV(B)326.9º17.26%65.88%-
XYZ31.329.1634.99-
YUV149.5131.11141.2-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.36%
GREEN value IS 139 (54.69% from 255) = 30.09%
BLUE value IS 155 (60.94% from 255) = 33.55%
R=36.36%
G=30.09%
B=33.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.08
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16813915500.170.080.34326.914.2960.2
HexA88B9B011822147e3c
Octal25021323302110425071674
Binary10101000100010111001101101000110001000101010001111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88B9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88B9B; }

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

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

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

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

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

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

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

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