#AD809A

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

Shades of Bouquet #AD809A

Tints of Bouquet #AD809A

Color information

#AD809A (or 0xAD809A) is unknown color: approx Bouquet. HEX triplet: AD, 80 and 9A. RGB value is (173,128,154). Sum of RGB (Red+Green+Blue) = 173+128+154=455 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.02% from 455); Green value is 128 (50.39% from 255 or 28.13% from 455); Blue value is 154 (60.55% from 255 or 33.85% from 455); Max value from RGB is 173 - color contains mainly: red. Hex color #AD809A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD809A is #527F65. Grayscale: #909090. Windows color (decimal): -5406566 or 10125485. OLE color: 10125485.

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

Color convert

RGB173128154-
CMYK00.260.110.32
HSL325.33º21.53%59.02%-
HSV(B)325.33º26.01%67.84%-
XYZ30.7926.6634.09-
YUV144.42133.41148.39-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.02%
GREEN value IS 128 (50.39% from 255) = 28.13%
BLUE value IS 154 (60.55% from 255) = 33.85%
R=38.02%
G=28.13%
B=33.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.11
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17312815400.260.110.32325.3321.5359.02
HexAD809A01AB20145163b
Octal25520023203213405052673
Binary101011011000000010011010011010101110000010100010110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD809A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD809A; }

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

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

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

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

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

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

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

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