#AB889D

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

Shades of Bouquet #AB889D

Tints of Bouquet #AB889D

Color information

#AB889D (or 0xAB889D) is unknown color: approx Bouquet. HEX triplet: AB, 88 and 9D. RGB value is (171,136,157). Sum of RGB (Red+Green+Blue) = 171+136+157=464 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.85% from 464); Green value is 136 (53.52% from 255 or 29.31% from 464); Blue value is 157 (61.72% from 255 or 33.84% from 464); Max value from RGB is 171 - color contains mainly: red. Hex color #AB889D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB889D is #547762. Grayscale: #949494. Windows color (decimal): -5535587 or 10324139. OLE color: 10324139.

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

Color convert

RGB171136157-
CMYK00.200.080.33
HSL324º17.24%60.2%-
HSV(B)324º20.47%67.06%-
XYZ31.6828.735.77-
YUV148.86132.6143.79-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.85%
GREEN value IS 136 (53.52% from 255) = 29.31%
BLUE value IS 157 (61.72% from 255) = 33.84%
R=36.85%
G=29.31%
B=33.84%

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
Decimal17113615700.200.080.3332417.2460.2
HexAB889D014821144113c
Octal25321023502410415042174
Binary101010111000100010011101010100100010000110100010010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB889D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB889D; }

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

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

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

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

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

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

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

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