#AD889D

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

Shades of Bouquet #AD889D

Tints of Bouquet #AD889D

Color information

#AD889D (or 0xAD889D) is unknown color: approx Bouquet. HEX triplet: AD, 88 and 9D. RGB value is (173,136,157). Sum of RGB (Red+Green+Blue) = 173+136+157=466 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.12% from 466); Green value is 136 (53.52% from 255 or 29.18% from 466); Blue value is 157 (61.72% from 255 or 33.69% from 466); Max value from RGB is 173 - color contains mainly: red. Hex color #AD889D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD889D is #527762. Grayscale: #959595. Windows color (decimal): -5404515 or 10324141. OLE color: 10324141.

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

Color convert

RGB173136157-
CMYK00.210.090.32
HSL325.95º18.41%60.59%-
HSV(B)325.95º21.39%67.84%-
XYZ32.1228.9335.79-
YUV149.46132.26144.79-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.12%
GREEN value IS 136 (53.52% from 255) = 29.18%
BLUE value IS 157 (61.72% from 255) = 33.69%
R=37.12%
G=29.18%
B=33.69%

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
Decimal17313615700.210.090.32325.9518.4160.59
HexAD889D015920146123d
Octal25521023502511405062275
Binary101011011000100010011101010101100110000010100011010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD889D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD889D; }

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

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

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

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

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

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

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

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