#AB8A9D

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

Shades of Bouquet #AB8A9D

Tints of Bouquet #AB8A9D

Color information

#AB8A9D (or 0xAB8A9D) is unknown color: approx Bouquet. HEX triplet: AB, 8A and 9D. RGB value is (171,138,157). Sum of RGB (Red+Green+Blue) = 171+138+157=466 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.70% from 466); Green value is 138 (54.30% from 255 or 29.61% from 466); Blue value is 157 (61.72% from 255 or 33.69% from 466); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8A9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB8A9D is #547562. Grayscale: #959595. Windows color (decimal): -5535075 or 10324651. OLE color: 10324651.

HSL color Cylindrical-coordinate representation of color #AB8A9D: hue angle of 325.45º degrees, saturation: 0.16, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AB8A9D is Cyan = 0, Magento = 0.19, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB171138157-
CMYK00.190.080.33
HSL325.45º16.42%60.59%-
HSV(B)325.45º19.3%67.06%-
XYZ31.9729.2735.86-
YUV150.03131.93142.96-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.70%
GREEN value IS 138 (54.30% from 255) = 29.61%
BLUE value IS 157 (61.72% from 255) = 33.69%
R=36.70%
G=29.61%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17113815700.190.080.33325.4516.4260.59
HexAB8A9D013821145103d
Octal25321223502310415052075
Binary101010111000101010011101010011100010000110100010110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8A9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8A9D; }

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

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

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

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

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

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

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

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