#AB859B

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

Shades of Bouquet #AB859B

Tints of Bouquet #AB859B

Color information

#AB859B (or 0xAB859B) is unknown color: approx Bouquet. HEX triplet: AB, 85 and 9B. RGB value is (171,133,155). Sum of RGB (Red+Green+Blue) = 171+133+155=459 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.25% from 459); Green value is 133 (52.34% from 255 or 28.98% from 459); Blue value is 155 (60.94% from 255 or 33.77% from 459); Max value from RGB is 171 - color contains mainly: red. Hex color #AB859B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB859B is #547A64. Grayscale: #929292. Windows color (decimal): -5536357 or 10192299. OLE color: 10192299.

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

Color convert

RGB171133155-
CMYK00.220.090.33
HSL325.26º18.45%59.61%-
HSV(B)325.26º22.22%67.06%-
XYZ31.127.834.74-
YUV146.87132.59145.21-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.25%
GREEN value IS 133 (52.34% from 255) = 28.98%
BLUE value IS 155 (60.94% from 255) = 33.77%
R=37.25%
G=28.98%
B=33.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17113315500.220.090.33325.2618.4559.61
HexAB859B016921145123c
Octal25320523302611415052274
Binary101010111000010110011011010110100110000110100010110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB859B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB859B; }

 p { color: rgb(171,133,155); }

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

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

 a { background-color: rgb(171,133,155); }

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

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

 span { border-color: rgb(171,133,155); }

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