#AB899C

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

Shades of Bouquet #AB899C

Tints of Bouquet #AB899C

Color information

#AB899C (or 0xAB899C) is unknown color: approx Bouquet. HEX triplet: AB, 89 and 9C. RGB value is (171,137,156). Sum of RGB (Red+Green+Blue) = 171+137+156=464 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.85% from 464); Green value is 137 (53.91% from 255 or 29.53% from 464); Blue value is 156 (61.33% from 255 or 33.62% from 464); Max value from RGB is 171 - color contains mainly: red. Hex color #AB899C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB899C is #547663. Grayscale: #959595. Windows color (decimal): -5535332 or 10258859. OLE color: 10258859.

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

Color convert

RGB171137156-
CMYK00.200.090.33
HSL326.47º16.83%60.39%-
HSV(B)326.47º19.88%67.06%-
XYZ31.7428.9535.37-
YUV149.33131.76143.46-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.85%
GREEN value IS 137 (53.91% from 255) = 29.53%
BLUE value IS 156 (61.33% from 255) = 33.62%
R=36.85%
G=29.53%
B=33.62%

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
Decimal17113715600.200.090.33326.4716.8360.39
HexAB899C014921146113c
Octal25321123402411415062174
Binary101010111000100110011100010100100110000110100011010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB899C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB899C; }

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

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

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

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

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

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

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

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