Html Css Color HEX #AB889F Bouquet

📋 copy color: '#AB889F'

red 171 ◦ green 136 ◦ blue 159

#AB889F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bouquet #AB889F

Tints of Bouquet #AB889F

RGB

 RED value IS 171 (67.19% from 255) = 36.7%

 GREEN value IS 136 (53.52% from 255) = 29.18%

 BLUE value IS 159 (62.5% from 255) = 34.12%

R = 36.7%
G = 29.18%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.07

 K value IS 0.33

RGB Variations

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

Color information

#AB889F (or 0xAB889F) is known color: Bouquet. HEX triplet: AB, 88 and 9F. RGB value is (171,136,159). Sum of RGB (Red+Green+Blue) = 171+136+159=466 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.70% from 466); Green value is 136 (53.52% from 255 or 29.18% from 466); Blue value is 159 (62.5% from 255 or 34.12% from 466); Max value from RGB is 171 - color contains mainly: red. Hex color #AB889F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB889F is #547760. Grayscale: #959595. Windows color (decimal): -5535585 or 10455211. OLE color: 10455211.

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

Color convert

RGB 171 136 159 -
CMYK 0 0.20 0.07 0.33
HSL 320.57º 0.17% 0.6% -
HSV(B) 320.57º 0.2% 0.67% -
XYZ 31.86 28.77 36.67 -
YUV 149.09 133.6 143.63 -
System Red Green Blue C M Y K H S L
Decimal 171 136 159 0 0.20 0.07 0.33 320.57 0.17 0.6
Hex AB 88 9F 0 14 7 21 141 11 3C
Octal 253 210 237 0 24 7 41 501 21 74
Binary 10101011 10001000 10011111 0 10100 111 100001 101000001 10001 111100

Color Harmonies of #AB889F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB889F

Black with #AB889F

Text Example


Text Example

White with #AB889F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB889F; }

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

 H1.HeaderClassName
 {
   color: #AB889F;
 }
 .AnyTagClassName
 {
   color: #AB889F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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