#AB8191

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

Shades of Bouquet #AB8191

Tints of Bouquet #AB8191

Color information

#AB8191 (or 0xAB8191) is unknown color: approx Bouquet. HEX triplet: AB, 81 and 91. RGB value is (171,129,145). Sum of RGB (Red+Green+Blue) = 171+129+145=445 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.43% from 445); Green value is 129 (50.78% from 255 or 28.99% from 445); Blue value is 145 (57.03% from 255 or 32.58% from 445); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8191 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB8191 is #547E6E. Grayscale: #8F8F8F. Windows color (decimal): -5537391 or 9535915. OLE color: 9535915.

HSL color Cylindrical-coordinate representation of color #AB8191: hue angle of 337.14º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AB8191 is Cyan = 0, Magento = 0.25, Yellow = 0.15 and Black (K on CMYK) = 0.33.

Color convert

RGB171129145-
CMYK00.250.150.33
HSL337.14º20%58.82%-
HSV(B)337.14º24.56%67.06%-
XYZ29.7626.430.32-
YUV143.38128.91147.7-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.43%
GREEN value IS 129 (50.78% from 255) = 28.99%
BLUE value IS 145 (57.03% from 255) = 32.58%
R=38.43%
G=28.99%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17112914500.250.150.33337.142058.82
HexAB8191019F21151143b
Octal25320122103117415212473
Binary101010111000000110010001011001111110000110101000110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8191; }

 p { color: rgb(171,129,145); }

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

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

 a { background-color: rgb(171,129,145); }

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

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

 span { border-color: rgb(171,129,145); }

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