#AB88A2

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

Shades of Bouquet #AB88A2

Tints of Bouquet #AB88A2

Color information

#AB88A2 (or 0xAB88A2) is unknown color: approx Bouquet. HEX triplet: AB, 88 and A2. RGB value is (171,136,162). Sum of RGB (Red+Green+Blue) = 171+136+162=469 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.46% from 469); Green value is 136 (53.52% from 255 or 29.00% from 469); Blue value is 162 (63.67% from 255 or 34.54% from 469); Max value from RGB is 171 - color contains mainly: red. Hex color #AB88A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB88A2 is #54775D. Grayscale: #959595. Windows color (decimal): -5535582 or 10651819. OLE color: 10651819.

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

Color convert

RGB171136162-
CMYK00.200.050.33
HSL315.43º17.24%60.2%-
HSV(B)315.43º20.47%67.06%-
XYZ32.1228.8738.06-
YUV149.43135.1143.39-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.46%
GREEN value IS 136 (53.52% from 255) = 29.00%
BLUE value IS 162 (63.67% from 255) = 34.54%
R=36.46%
G=29.00%
B=34.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.05
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17113616200.200.050.33315.4317.2460.2
HexAB88A201452113b113c
Octal2532102420245414732174
Binary10101011100010001010001001010010110000110011101110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB88A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB88A2; }

 p { color: rgb(171,136,162); }

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

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

 a { background-color: rgb(171,136,162); }

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

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

 span { border-color: rgb(171,136,162); }

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