#AB7999

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

Shades of Bouquet #AB7999

Tints of Bouquet #AB7999

Color information

#AB7999 (or 0xAB7999) is unknown color: approx Bouquet. HEX triplet: AB, 79 and 99. RGB value is (171,121,153). Sum of RGB (Red+Green+Blue) = 171+121+153=445 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.43% from 445); Green value is 121 (47.66% from 255 or 27.19% from 445); Blue value is 153 (60.16% from 255 or 34.38% from 445); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7999 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7999 is #548666. Grayscale: #8B8B8B. Windows color (decimal): -5539431 or 10058155. OLE color: 10058155.

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

Color convert

RGB171121153-
CMYK00.290.110.33
HSL321.6º22.94%57.25%-
HSV(B)321.6º29.24%67.06%-
XYZ29.3824.6333.34-
YUV139.6135.56150.4-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.43%
GREEN value IS 121 (47.66% from 255) = 27.19%
BLUE value IS 153 (60.16% from 255) = 34.38%
R=38.43%
G=27.19%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.11
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17112115300.290.110.33321.622.9457.25
HexAB799901DB211421739
Octal25317123103513415022771
Binary10101011111100110011001011101101110000110100001010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7999; }

 p { color: rgb(171,121,153); }

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

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

 a { background-color: rgb(171,121,153); }

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

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

 span { border-color: rgb(171,121,153); }

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