#AB8A99

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

Shades of Bouquet #AB8A99

Tints of Bouquet #AB8A99

Color information

#AB8A99 (or 0xAB8A99) is unknown color: approx Bouquet. HEX triplet: AB, 8A and 99. RGB value is (171,138,153). Sum of RGB (Red+Green+Blue) = 171+138+153=462 (61% of max value = 765). Red value is 171 (67.19% from 255 or 37.01% from 462); Green value is 138 (54.30% from 255 or 29.87% from 462); Blue value is 153 (60.16% from 255 or 33.12% from 462); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8A99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB8A99 is #547566. Grayscale: #959595. Windows color (decimal): -5535079 or 10062507. OLE color: 10062507.

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

Color convert

RGB171138153-
CMYK00.190.110.33
HSL332.73º16.42%60.59%-
HSV(B)332.73º19.3%67.06%-
XYZ31.6329.1334.09-
YUV149.58129.93143.28-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.01%
GREEN value IS 138 (54.30% from 255) = 29.87%
BLUE value IS 153 (60.16% from 255) = 33.12%
R=37.01%
G=29.87%
B=33.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.11
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17113815300.190.110.33332.7316.4260.59
HexAB8A99013B2114d103d
Octal25321223102313415152075
Binary101010111000101010011001010011101110000110100110110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8A99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8A99; }

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

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

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

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

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

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

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

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