#AD809E

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

Shades of Bouquet #AD809E

Tints of Bouquet #AD809E

Color information

#AD809E (or 0xAD809E) is unknown color: approx Bouquet. HEX triplet: AD, 80 and 9E. RGB value is (173,128,158). Sum of RGB (Red+Green+Blue) = 173+128+158=459 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.69% from 459); Green value is 128 (50.39% from 255 or 27.89% from 459); Blue value is 158 (62.11% from 255 or 34.42% from 459); Max value from RGB is 173 - color contains mainly: red. Hex color #AD809E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD809E is #527F61. Grayscale: #909090. Windows color (decimal): -5406562 or 10387629. OLE color: 10387629.

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

Color convert

RGB173128158-
CMYK00.260.090.32
HSL320º21.53%59.02%-
HSV(B)320º26.01%67.84%-
XYZ31.1226.7935.88-
YUV144.88135.41148.06-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.69%
GREEN value IS 128 (50.39% from 255) = 27.89%
BLUE value IS 158 (62.11% from 255) = 34.42%
R=37.69%
G=27.89%
B=34.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.09
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17312815800.260.090.3232021.5359.02
HexAD809E01A920140163b
Octal25520023603211405002673
Binary101011011000000010011110011010100110000010100000010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD809E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD809E; }

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

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

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

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

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

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

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

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