#AB8BA0

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

Shades of Bouquet #AB8BA0

Tints of Bouquet #AB8BA0

Color information

#AB8BA0 (or 0xAB8BA0) is unknown color: approx Bouquet. HEX triplet: AB, 8B and A0. RGB value is (171,139,160). Sum of RGB (Red+Green+Blue) = 171+139+160=470 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.38% from 470); Green value is 139 (54.69% from 255 or 29.57% from 470); Blue value is 160 (62.89% from 255 or 34.04% from 470); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8BA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB8BA0 is #54745F. Grayscale: #969696. Windows color (decimal): -5534816 or 10521515. OLE color: 10521515.

HSL color Cylindrical-coordinate representation of color #AB8BA0: hue angle of 320.62º degrees, saturation: 0.16, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AB8BA0 is Cyan = 0, Magento = 0.19, Yellow = 0.06 and Black (K on CMYK) = 0.33.

Color convert

RGB171139160-
CMYK00.190.060.33
HSL320.62º16%60.78%-
HSV(B)320.62º18.71%67.06%-
XYZ32.3729.6637.28-
YUV150.96133.1142.29-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.38%
GREEN value IS 139 (54.69% from 255) = 29.57%
BLUE value IS 160 (62.89% from 255) = 34.04%
R=36.38%
G=29.57%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17113916000.190.060.33320.621660.78
HexAB8BA0013621141103d
Octal2532132400236415012075
Binary10101011100010111010000001001111010000110100000110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8BA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8BA0; }

 p { color: rgb(171,139,160); }

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

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

 a { background-color: rgb(171,139,160); }

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

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

 span { border-color: rgb(171,139,160); }

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