#AD869E

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

Shades of Bouquet #AD869E

Tints of Bouquet #AD869E

Color information

#AD869E (or 0xAD869E) is unknown color: approx Bouquet. HEX triplet: AD, 86 and 9E. RGB value is (173,134,158). Sum of RGB (Red+Green+Blue) = 173+134+158=465 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.20% from 465); Green value is 134 (52.73% from 255 or 28.82% from 465); Blue value is 158 (62.11% from 255 or 33.98% from 465); Max value from RGB is 173 - color contains mainly: red. Hex color #AD869E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD869E is #527961. Grayscale: #949494. Windows color (decimal): -5405026 or 10389165. OLE color: 10389165.

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

Color convert

RGB173134158-
CMYK00.230.090.32
HSL323.08º19.21%60.2%-
HSV(B)323.08º22.54%67.84%-
XYZ31.9328.436.15-
YUV148.4133.42145.55-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.20%
GREEN value IS 134 (52.73% from 255) = 28.82%
BLUE value IS 158 (62.11% from 255) = 33.98%
R=37.20%
G=28.82%
B=33.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.09
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17313415800.230.090.32323.0819.2160.2
HexAD869E017920143133c
Octal25520623602711405032374
Binary101011011000011010011110010111100110000010100001110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD869E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD869E; }

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

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

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

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

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

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

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

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