#AB8895

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

Shades of Bouquet #AB8895

Tints of Bouquet #AB8895

Color information

#AB8895 (or 0xAB8895) is unknown color: approx Bouquet. HEX triplet: AB, 88 and 95. RGB value is (171,136,149). Sum of RGB (Red+Green+Blue) = 171+136+149=456 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.5% from 456); Green value is 136 (53.52% from 255 or 29.82% from 456); Blue value is 149 (58.59% from 255 or 32.68% from 456); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8895 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB8895 is #54776A. Grayscale: #939393. Windows color (decimal): -5535595 or 9799851. OLE color: 9799851.

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

Color convert

RGB171136149-
CMYK00.200.130.33
HSL337.71º17.24%60.2%-
HSV(B)337.71º20.47%67.06%-
XYZ31.0228.4432.29-
YUV147.95128.6144.44-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.5%
GREEN value IS 136 (53.52% from 255) = 29.82%
BLUE value IS 149 (58.59% from 255) = 32.68%
R=37.5%
G=29.82%
B=32.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.13
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17113614900.200.130.33337.7117.2460.2
HexAB8895014D21152113c
Octal25321022502415415222174
Binary101010111000100010010101010100110110000110101001010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8895; }

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

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

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

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

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

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

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

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