#A0889B

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

Shades of Bouquet #A0889B

Tints of Bouquet #A0889B

Color information

#A0889B (or 0xA0889B) is unknown color: approx Bouquet. HEX triplet: A0, 88 and 9B. RGB value is (160,136,155). Sum of RGB (Red+Green+Blue) = 160+136+155=451 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.48% from 451); Green value is 136 (53.52% from 255 or 30.16% from 451); Blue value is 155 (60.94% from 255 or 34.37% from 451); Max value from RGB is 160 - color contains mainly: red. Hex color #A0889B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0889B is #5F7764. Grayscale: #919191. Windows color (decimal): -6256485 or 10193056. OLE color: 10193056.

HSL color Cylindrical-coordinate representation of color #A0889B: hue angle of 312.5º degrees, saturation: 0.11, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A0889B is Cyan = 0, Magento = 0.15, Yellow = 0.03 and Black (K on CMYK) = 0.37.

Color convert

RGB160136155-
CMYK00.150.030.37
HSL312.5º11.21%58.04%-
HSV(B)312.5º15%62.75%-
XYZ29.2227.4534.77-
YUV145.34133.45138.46-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.48%
GREEN value IS 136 (53.52% from 255) = 30.16%
BLUE value IS 155 (60.94% from 255) = 34.37%
R=35.48%
G=30.16%
B=34.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.03
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16013615500.150.030.37312.511.2158.04
HexA0889B0F325138b3a
Octal2402102330173454701372
Binary10100000100010001001101101111111001011001110001011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0889B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0889B; }

 p { color: rgb(160,136,155); }

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

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

 a { background-color: rgb(160,136,155); }

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

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

 span { border-color: rgb(160,136,155); }

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