#AD87A0

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

Shades of Bouquet #AD87A0

Tints of Bouquet #AD87A0

Color information

#AD87A0 (or 0xAD87A0) is unknown color: approx Bouquet. HEX triplet: AD, 87 and A0. RGB value is (173,135,160). Sum of RGB (Red+Green+Blue) = 173+135+160=468 (61% of max value = 765). Red value is 173 (67.97% from 255 or 36.97% from 468); Green value is 135 (53.12% from 255 or 28.85% from 468); Blue value is 160 (62.89% from 255 or 34.19% from 468); Max value from RGB is 173 - color contains mainly: red. Hex color #AD87A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD87A0 is #52785F. Grayscale: #959595. Windows color (decimal): -5404768 or 10520493. OLE color: 10520493.

HSL color Cylindrical-coordinate representation of color #AD87A0: hue angle of 320.53º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AD87A0 is Cyan = 0, Magento = 0.22, Yellow = 0.08 and Black (K on CMYK) = 0.32.

Color convert

RGB173135160-
CMYK00.220.080.32
HSL320.53º18.81%60.39%-
HSV(B)320.53º21.97%67.84%-
XYZ32.2428.7537.11-
YUV149.21134.09144.97-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.97%
GREEN value IS 135 (53.12% from 255) = 28.85%
BLUE value IS 160 (62.89% from 255) = 34.19%
R=36.97%
G=28.85%
B=34.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.08
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17313516000.220.080.32320.5318.8160.39
HexAD87A0016820141133c
Octal25520724002610405012374
Binary101011011000011110100000010110100010000010100000110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD87A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD87A0; }

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

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

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

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

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

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

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

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