#AB889A

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

Shades of Bouquet #AB889A

Tints of Bouquet #AB889A

Color information

#AB889A (or 0xAB889A) is unknown color: approx Bouquet. HEX triplet: AB, 88 and 9A. RGB value is (171,136,154). Sum of RGB (Red+Green+Blue) = 171+136+154=461 (61% of max value = 765). Red value is 171 (67.19% from 255 or 37.09% from 461); Green value is 136 (53.52% from 255 or 29.50% from 461); Blue value is 154 (60.55% from 255 or 33.41% from 461); Max value from RGB is 171 - color contains mainly: red. Hex color #AB889A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB889A is #547765. Grayscale: #949494. Windows color (decimal): -5535590 or 10127531. OLE color: 10127531.

HSL color Cylindrical-coordinate representation of color #AB889A: hue angle of 329.14º degrees, saturation: 0.17, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AB889A is Cyan = 0, Magento = 0.20, Yellow = 0.10 and Black (K on CMYK) = 0.33.

Color convert

RGB171136154-
CMYK00.200.100.33
HSL329.14º17.24%60.2%-
HSV(B)329.14º20.47%67.06%-
XYZ31.4328.634.44-
YUV148.52131.1144.04-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.09%
GREEN value IS 136 (53.52% from 255) = 29.50%
BLUE value IS 154 (60.55% from 255) = 33.41%
R=37.09%
G=29.50%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.10
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17113615400.200.100.33329.1417.2460.2
HexAB889A014A21149113c
Octal25321023202412415112174
Binary101010111000100010011010010100101010000110100100110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB889A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB889A; }

 p { color: rgb(171,136,154); }

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

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

 a { background-color: rgb(171,136,154); }

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

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

 span { border-color: rgb(171,136,154); }

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