Html Css Color HEX #AB899F Bouquet

📋 copy color: '#AB899F'

red 171 ◦ green 137 ◦ blue 159

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

Shades of Bouquet #AB899F

Tints of Bouquet #AB899F

RGB

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

 GREEN value IS 137 (53.91% from 255) = 29.34%

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

R = 36.62%
G = 29.34%
B = 34.05%

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

#AB899F (or 0xAB899F) is known color: Bouquet. HEX triplet: AB, 89 and 9F. RGB value is (171,137,159). Sum of RGB (Red+Green+Blue) = 171+137+159=467 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.62% from 467); Green value is 137 (53.91% from 255 or 29.34% from 467); Blue value is 159 (62.5% from 255 or 34.05% from 467); Max value from RGB is 171 - color contains mainly: red. Hex color #AB899F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB899F is #547660. Grayscale: #959595. Windows color (decimal): -5535329 or 10455467. OLE color: 10455467.

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

Color convert

RGB 171 137 159 -
CMYK 0 0.20 0.07 0.33
HSL 321.18º 0.17% 0.6% -
HSV(B) 321.18º 0.2% 0.67% -
XYZ 32 29.05 36.72 -
YUV 149.67 133.26 143.21 -
System Red Green Blue C M Y K H S L
Decimal 171 137 159 0 0.20 0.07 0.33 321.18 0.17 0.6
Hex AB 89 9F 0 14 7 21 141 11 3C
Octal 253 211 237 0 24 7 41 501 21 74
Binary 10101011 10001001 10011111 0 10100 111 100001 101000001 10001 111100

Color Harmonies of #AB899F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB899F

Black with #AB899F

Text Example


Text Example

White with #AB899F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB899F; }

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

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

background-color css

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

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

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

border-color css

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

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

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