#AB889C

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

Shades of Bouquet #AB889C

Tints of Bouquet #AB889C

Color information

#AB889C (or 0xAB889C) is unknown color: approx Bouquet. HEX triplet: AB, 88 and 9C. RGB value is (171,136,156). Sum of RGB (Red+Green+Blue) = 171+136+156=463 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.93% from 463); Green value is 136 (53.52% from 255 or 29.37% from 463); Blue value is 156 (61.33% from 255 or 33.69% from 463); Max value from RGB is 171 - color contains mainly: red. Hex color #AB889C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB889C is #547763. Grayscale: #949494. Windows color (decimal): -5535588 or 10258603. OLE color: 10258603.

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

Color convert

RGB171136156-
CMYK00.200.090.33
HSL325.71º17.24%60.2%-
HSV(B)325.71º20.47%67.06%-
XYZ31.628.6735.32-
YUV148.74132.1143.87-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.93%
GREEN value IS 136 (53.52% from 255) = 29.37%
BLUE value IS 156 (61.33% from 255) = 33.69%
R=36.93%
G=29.37%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17113615600.200.090.33325.7117.2460.2
HexAB889C014921146113c
Octal25321023402411415062174
Binary101010111000100010011100010100100110000110100011010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB889C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB889C; }

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

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

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

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

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

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

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

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