#AD869A

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

Shades of Bouquet #AD869A

Tints of Bouquet #AD869A

Color information

#AD869A (or 0xAD869A) is unknown color: approx Bouquet. HEX triplet: AD, 86 and 9A. RGB value is (173,134,154). Sum of RGB (Red+Green+Blue) = 173+134+154=461 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.53% from 461); Green value is 134 (52.73% from 255 or 29.07% from 461); Blue value is 154 (60.55% from 255 or 33.41% from 461); Max value from RGB is 173 - color contains mainly: red. Hex color #AD869A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD869A is #527965. Grayscale: #939393. Windows color (decimal): -5405030 or 10127021. OLE color: 10127021.

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

Color convert

RGB173134154-
CMYK00.230.110.32
HSL329.23º19.21%60.2%-
HSV(B)329.23º22.54%67.84%-
XYZ31.5928.2734.36-
YUV147.94131.42145.87-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.53%
GREEN value IS 134 (52.73% from 255) = 29.07%
BLUE value IS 154 (60.55% from 255) = 33.41%
R=37.53%
G=29.07%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.11
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17313415400.230.110.32329.2319.2160.2
HexAD869A017B20149133c
Octal25520623202713405112374
Binary101011011000011010011010010111101110000010100100110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD869A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD869A; }

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

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

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

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

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

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

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

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