#AD89A0

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

Shades of Bouquet #AD89A0

Tints of Bouquet #AD89A0

Color information

#AD89A0 (or 0xAD89A0) is unknown color: approx Bouquet. HEX triplet: AD, 89 and A0. RGB value is (173,137,160). Sum of RGB (Red+Green+Blue) = 173+137+160=470 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.81% from 470); Green value is 137 (53.91% from 255 or 29.15% from 470); Blue value is 160 (62.89% from 255 or 34.04% from 470); Max value from RGB is 173 - color contains mainly: red. Hex color #AD89A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD89A0 is #52765F. Grayscale: #969696. Windows color (decimal): -5404256 or 10521005. OLE color: 10521005.

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

Color convert

RGB173137160-
CMYK00.210.080.32
HSL321.67º18%60.78%-
HSV(B)321.67º20.81%67.84%-
XYZ32.5229.3137.2-
YUV150.39133.43144.13-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.81%
GREEN value IS 137 (53.91% from 255) = 29.15%
BLUE value IS 160 (62.89% from 255) = 34.04%
R=36.81%
G=29.15%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.08
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17313716000.210.080.32321.671860.78
HexAD89A0015820142123d
Octal25521124002510405022275
Binary101011011000100110100000010101100010000010100001010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD89A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD89A0; }

 p { color: rgb(173,137,160); }

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

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

 a { background-color: rgb(173,137,160); }

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

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

 span { border-color: rgb(173,137,160); }

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