#AD86A0

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

Shades of Bouquet #AD86A0

Tints of Bouquet #AD86A0

Color information

#AD86A0 (or 0xAD86A0) is unknown color: approx Bouquet. HEX triplet: AD, 86 and A0. RGB value is (173,134,160). Sum of RGB (Red+Green+Blue) = 173+134+160=467 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.04% from 467); Green value is 134 (52.73% from 255 or 28.69% from 467); Blue value is 160 (62.89% from 255 or 34.26% from 467); Max value from RGB is 173 - color contains mainly: red. Hex color #AD86A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD86A0 is #52795F. Grayscale: #949494. Windows color (decimal): -5405024 or 10520237. OLE color: 10520237.

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

Color convert

RGB173134160-
CMYK00.230.080.32
HSL320º19.21%60.2%-
HSV(B)320º22.54%67.84%-
XYZ32.128.4737.06-
YUV148.62134.42145.39-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.04%
GREEN value IS 134 (52.73% from 255) = 28.69%
BLUE value IS 160 (62.89% from 255) = 34.26%
R=37.04%
G=28.69%
B=34.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.08
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17313416000.230.080.3232019.2160.2
HexAD86A0017820140133c
Octal25520624002710405002374
Binary101011011000011010100000010111100010000010100000010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD86A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD86A0; }

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

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

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

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

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

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

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

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