#AD879C

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

Shades of Bouquet #AD879C

Tints of Bouquet #AD879C

Color information

#AD879C (or 0xAD879C) is unknown color: approx Bouquet. HEX triplet: AD, 87 and 9C. RGB value is (173,135,156). Sum of RGB (Red+Green+Blue) = 173+135+156=464 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.28% from 464); Green value is 135 (53.12% from 255 or 29.09% from 464); Blue value is 156 (61.33% from 255 or 33.62% from 464); Max value from RGB is 173 - color contains mainly: red. Hex color #AD879C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD879C is #527863. Grayscale: #949494. Windows color (decimal): -5404772 or 10258349. OLE color: 10258349.

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

Color convert

RGB173135156-
CMYK00.220.100.32
HSL326.84º18.81%60.39%-
HSV(B)326.84º21.97%67.84%-
XYZ31.928.6135.29-
YUV148.76132.09145.29-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.28%
GREEN value IS 135 (53.12% from 255) = 29.09%
BLUE value IS 156 (61.33% from 255) = 33.62%
R=37.28%
G=29.09%
B=33.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.10
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17313515600.220.100.32326.8418.8160.39
HexAD879C016A20147133c
Octal25520723402612405072374
Binary101011011000011110011100010110101010000010100011110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD879C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD879C; }

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

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

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

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

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

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

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

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