#AB8596

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

Shades of Bouquet #AB8596

Tints of Bouquet #AB8596

Color information

#AB8596 (or 0xAB8596) is unknown color: approx Bouquet. HEX triplet: AB, 85 and 96. RGB value is (171,133,150). Sum of RGB (Red+Green+Blue) = 171+133+150=454 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.67% from 454); Green value is 133 (52.34% from 255 or 29.30% from 454); Blue value is 150 (58.98% from 255 or 33.04% from 454); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8596 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB8596 is #547A69. Grayscale: #929292. Windows color (decimal): -5536362 or 9864619. OLE color: 9864619.

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

Color convert

RGB171133150-
CMYK00.220.120.33
HSL333.16º18.45%59.61%-
HSV(B)333.16º22.22%67.06%-
XYZ30.6927.6332.57-
YUV146.3130.09145.62-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.67%
GREEN value IS 133 (52.34% from 255) = 29.30%
BLUE value IS 150 (58.98% from 255) = 33.04%
R=37.67%
G=29.30%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17113315000.220.120.33333.1618.4559.61
HexAB8596016C2114d123c
Octal25320522602614415152274
Binary101010111000010110010110010110110010000110100110110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8596; }

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

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

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

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

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

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

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

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