#AB849C

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

Shades of Bouquet #AB849C

Tints of Bouquet #AB849C

Color information

#AB849C (or 0xAB849C) is unknown color: approx Bouquet. HEX triplet: AB, 84 and 9C. RGB value is (171,132,156). Sum of RGB (Red+Green+Blue) = 171+132+156=459 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.25% from 459); Green value is 132 (51.95% from 255 or 28.76% from 459); Blue value is 156 (61.33% from 255 or 33.99% from 459); Max value from RGB is 171 - color contains mainly: red. Hex color #AB849C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB849C is #547B63. Grayscale: #929292. Windows color (decimal): -5536612 or 10257579. OLE color: 10257579.

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

Color convert

RGB171132156-
CMYK00.230.090.33
HSL323.08º18.84%59.41%-
HSV(B)323.08º22.81%67.06%-
XYZ31.0527.5635.14-
YUV146.4133.42145.55-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.25%
GREEN value IS 132 (51.95% from 255) = 28.76%
BLUE value IS 156 (61.33% from 255) = 33.99%
R=37.25%
G=28.76%
B=33.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17113215600.230.090.33323.0818.8459.41
HexAB849C017921143133b
Octal25320423402711415032373
Binary101010111000010010011100010111100110000110100001110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB849C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB849C; }

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

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

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

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

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

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

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

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