#AB879C

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

Shades of Bouquet #AB879C

Tints of Bouquet #AB879C

Color information

#AB879C (or 0xAB879C) is unknown color: approx Bouquet. HEX triplet: AB, 87 and 9C. RGB value is (171,135,156). Sum of RGB (Red+Green+Blue) = 171+135+156=462 (61% of max value = 765). Red value is 171 (67.19% from 255 or 37.01% from 462); Green value is 135 (53.12% from 255 or 29.22% from 462); Blue value is 156 (61.33% from 255 or 33.77% from 462); Max value from RGB is 171 - color contains mainly: red. Hex color #AB879C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB879C is #547863. Grayscale: #949494. Windows color (decimal): -5535844 or 10258347. OLE color: 10258347.

HSL color Cylindrical-coordinate representation of color #AB879C: hue angle of 325º degrees, saturation: 0.18, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AB879C is Cyan = 0, Magento = 0.21, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB171135156-
CMYK00.210.090.33
HSL325º17.65%60%-
HSV(B)325º21.05%67.06%-
XYZ31.4628.3935.27-
YUV148.16132.43144.29-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.01%
GREEN value IS 135 (53.12% from 255) = 29.22%
BLUE value IS 156 (61.33% from 255) = 33.77%
R=37.01%
G=29.22%
B=33.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17113515600.210.090.3332517.6560
HexAB879C015921145123c
Octal25320723402511415052274
Binary101010111000011110011100010101100110000110100010110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB879C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB879C; }

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

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

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

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

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

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

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

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