#AD869C

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

Shades of Bouquet #AD869C

Tints of Bouquet #AD869C

Color information

#AD869C (or 0xAD869C) is unknown color: approx Bouquet. HEX triplet: AD, 86 and 9C. RGB value is (173,134,156). Sum of RGB (Red+Green+Blue) = 173+134+156=463 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.37% from 463); Green value is 134 (52.73% from 255 or 28.94% from 463); Blue value is 156 (61.33% from 255 or 33.69% from 463); Max value from RGB is 173 - color contains mainly: red. Hex color #AD869C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD869C is #527963. Grayscale: #949494. Windows color (decimal): -5405028 or 10258093. OLE color: 10258093.

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

Color convert

RGB173134156-
CMYK00.230.100.32
HSL326.15º19.21%60.2%-
HSV(B)326.15º22.54%67.84%-
XYZ31.7628.3335.25-
YUV148.17132.42145.71-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.37%
GREEN value IS 134 (52.73% from 255) = 28.94%
BLUE value IS 156 (61.33% from 255) = 33.69%
R=37.37%
G=28.94%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.10
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17313415600.230.100.32326.1519.2160.2
HexAD869C017A20146133c
Octal25520623402712405062374
Binary101011011000011010011100010111101010000010100011010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD869C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD869C; }

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

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

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

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

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

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

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

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