#AB889E

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

Shades of Bouquet #AB889E

Tints of Bouquet #AB889E

Color information

#AB889E (or 0xAB889E) is unknown color: approx Bouquet. HEX triplet: AB, 88 and 9E. RGB value is (171,136,158). Sum of RGB (Red+Green+Blue) = 171+136+158=465 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.77% from 465); Green value is 136 (53.52% from 255 or 29.25% from 465); Blue value is 158 (62.11% from 255 or 33.98% from 465); Max value from RGB is 171 - color contains mainly: red. Hex color #AB889E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB889E is #547761. Grayscale: #949494. Windows color (decimal): -5535586 or 10389675. OLE color: 10389675.

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

Color convert

RGB171136158-
CMYK00.200.080.33
HSL322.29º17.24%60.2%-
HSV(B)322.29º20.47%67.06%-
XYZ31.7728.7336.22-
YUV148.97133.1143.71-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.77%
GREEN value IS 136 (53.52% from 255) = 29.25%
BLUE value IS 158 (62.11% from 255) = 33.98%
R=36.77%
G=29.25%
B=33.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17113615800.200.080.33322.2917.2460.2
HexAB889E014821142113c
Octal25321023602410415022174
Binary101010111000100010011110010100100010000110100001010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB889E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB889E; }

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

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

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

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

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

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

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

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