#AB8B9C

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

Shades of Bouquet #AB8B9C

Tints of Bouquet #AB8B9C

Color information

#AB8B9C (or 0xAB8B9C) is unknown color: approx Bouquet. HEX triplet: AB, 8B and 9C. RGB value is (171,139,156). Sum of RGB (Red+Green+Blue) = 171+139+156=466 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.70% from 466); Green value is 139 (54.69% from 255 or 29.83% from 466); Blue value is 156 (61.33% from 255 or 33.48% from 466); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8B9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB8B9C is #547463. Grayscale: #969696. Windows color (decimal): -5534820 or 10259371. OLE color: 10259371.

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

Color convert

RGB171139156-
CMYK00.190.090.33
HSL328.12º16%60.78%-
HSV(B)328.12º18.71%67.06%-
XYZ32.0329.5235.46-
YUV150.51131.1142.62-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.70%
GREEN value IS 139 (54.69% from 255) = 29.83%
BLUE value IS 156 (61.33% from 255) = 33.48%
R=36.70%
G=29.83%
B=33.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17113915600.190.090.33328.121660.78
HexAB8B9C013921148103d
Octal25321323402311415102075
Binary101010111000101110011100010011100110000110100100010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8B9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8B9C; }

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

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

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

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

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

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

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

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