#AD80A0

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

Shades of Bouquet #AD80A0

Tints of Bouquet #AD80A0

Color information

#AD80A0 (or 0xAD80A0) is unknown color: approx Bouquet. HEX triplet: AD, 80 and A0. RGB value is (173,128,160). Sum of RGB (Red+Green+Blue) = 173+128+160=461 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.53% from 461); Green value is 128 (50.39% from 255 or 27.77% from 461); Blue value is 160 (62.89% from 255 or 34.71% from 461); Max value from RGB is 173 - color contains mainly: red. Hex color #AD80A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD80A0 is #527F5F. Grayscale: #919191. Windows color (decimal): -5406560 or 10518701. OLE color: 10518701.

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

Color convert

RGB173128160-
CMYK00.260.080.32
HSL317.33º21.53%59.02%-
HSV(B)317.33º26.01%67.84%-
XYZ31.326.8636.79-
YUV145.1136.41147.9-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.53%
GREEN value IS 128 (50.39% from 255) = 27.77%
BLUE value IS 160 (62.89% from 255) = 34.71%
R=37.53%
G=27.77%
B=34.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.08
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17312816000.260.080.32317.3321.5359.02
HexAD80A001A82013d163b
Octal25520024003210404752673
Binary101011011000000010100000011010100010000010011110110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD80A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD80A0; }

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

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

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

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

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

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

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

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