#AD809C

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

Shades of Bouquet #AD809C

Tints of Bouquet #AD809C

Color information

#AD809C (or 0xAD809C) is unknown color: approx Bouquet. HEX triplet: AD, 80 and 9C. RGB value is (173,128,156). Sum of RGB (Red+Green+Blue) = 173+128+156=457 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.86% from 457); Green value is 128 (50.39% from 255 or 28.01% from 457); Blue value is 156 (61.33% from 255 or 34.14% from 457); Max value from RGB is 173 - color contains mainly: red. Hex color #AD809C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD809C is #527F63. Grayscale: #909090. Windows color (decimal): -5406564 or 10256557. OLE color: 10256557.

HSL color Cylindrical-coordinate representation of color #AD809C: hue angle of 322.67º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AD809C is Cyan = 0, Magento = 0.26, Yellow = 0.10 and Black (K on CMYK) = 0.32.

Color convert

RGB173128156-
CMYK00.260.100.32
HSL322.67º21.53%59.02%-
HSV(B)322.67º26.01%67.84%-
XYZ30.9526.7234.98-
YUV144.65134.41148.22-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.86%
GREEN value IS 128 (50.39% from 255) = 28.01%
BLUE value IS 156 (61.33% from 255) = 34.14%
R=37.86%
G=28.01%
B=34.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.10
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17312815600.260.100.32322.6721.5359.02
HexAD809C01AA20143163b
Octal25520023403212405032673
Binary101011011000000010011100011010101010000010100001110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD809C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD809C; }

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

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

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

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

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

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

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

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