#AD889E

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

Shades of Bouquet #AD889E

Tints of Bouquet #AD889E

Color information

#AD889E (or 0xAD889E) is unknown color: approx Bouquet. HEX triplet: AD, 88 and 9E. RGB value is (173,136,158). Sum of RGB (Red+Green+Blue) = 173+136+158=467 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.04% from 467); Green value is 136 (53.52% from 255 or 29.12% from 467); Blue value is 158 (62.11% from 255 or 33.83% from 467); Max value from RGB is 173 - color contains mainly: red. Hex color #AD889E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD889E is #527761. Grayscale: #959595. Windows color (decimal): -5404514 or 10389677. OLE color: 10389677.

HSL color Cylindrical-coordinate representation of color #AD889E: hue angle of 324.32º degrees, saturation: 0.18, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AD889E is Cyan = 0, Magento = 0.21, Yellow = 0.09 and Black (K on CMYK) = 0.32.

Color convert

RGB173136158-
CMYK00.210.090.32
HSL324.32º18.41%60.59%-
HSV(B)324.32º21.39%67.84%-
XYZ32.2128.9636.24-
YUV149.57132.76144.71-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.04%
GREEN value IS 136 (53.52% from 255) = 29.12%
BLUE value IS 158 (62.11% from 255) = 33.83%
R=37.04%
G=29.12%
B=33.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.09
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17313615800.210.090.32324.3218.4160.59
HexAD889E015920144123d
Octal25521023602511405042275
Binary101011011000100010011110010101100110000010100010010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD889E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD889E; }

 p { color: rgb(173,136,158); }

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

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

 a { background-color: rgb(173,136,158); }

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

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

 span { border-color: rgb(173,136,158); }

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