#AB859A

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

Shades of Bouquet #AB859A

Tints of Bouquet #AB859A

Color information

#AB859A (or 0xAB859A) is unknown color: approx Bouquet. HEX triplet: AB, 85 and 9A. RGB value is (171,133,154). Sum of RGB (Red+Green+Blue) = 171+133+154=458 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.34% from 458); Green value is 133 (52.34% from 255 or 29.04% from 458); Blue value is 154 (60.55% from 255 or 33.62% from 458); Max value from RGB is 171 - color contains mainly: red. Hex color #AB859A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB859A is #547A65. Grayscale: #929292. Windows color (decimal): -5536358 or 10126763. OLE color: 10126763.

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

Color convert

RGB171133154-
CMYK00.220.100.33
HSL326.84º18.45%59.61%-
HSV(B)326.84º22.22%67.06%-
XYZ31.0127.7734.3-
YUV146.76132.09145.29-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.34%
GREEN value IS 133 (52.34% from 255) = 29.04%
BLUE value IS 154 (60.55% from 255) = 33.62%
R=37.34%
G=29.04%
B=33.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.10
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17113315400.220.100.33326.8418.4559.61
HexAB859A016A21147123c
Octal25320523202612415072274
Binary101010111000010110011010010110101010000110100011110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB859A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB859A; }

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

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

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

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

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

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

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

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