#AB7A96

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

Shades of Bouquet #AB7A96

Tints of Bouquet #AB7A96

Color information

#AB7A96 (or 0xAB7A96) is unknown color: approx Bouquet. HEX triplet: AB, 7A and 96. RGB value is (171,122,150). Sum of RGB (Red+Green+Blue) = 171+122+150=443 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.60% from 443); Green value is 122 (48.05% from 255 or 27.54% from 443); Blue value is 150 (58.98% from 255 or 33.86% from 443); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7A96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7A96 is #548569. Grayscale: #8B8B8B. Windows color (decimal): -5539178 or 9861803. OLE color: 9861803.

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

Color convert

RGB171122150-
CMYK00.290.120.33
HSL325.71º22.58%57.45%-
HSV(B)325.71º28.65%67.06%-
XYZ29.2624.7832.09-
YUV139.84133.73150.22-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.60%
GREEN value IS 122 (48.05% from 255) = 27.54%
BLUE value IS 150 (58.98% from 255) = 33.86%
R=38.60%
G=27.54%
B=33.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17112215000.290.120.33325.7122.5857.45
HexAB7A9601DC211461739
Octal25317222603514415062771
Binary10101011111101010010110011101110010000110100011010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7A96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7A96; }

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

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

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

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

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

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

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

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