#AD709A

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

Shades of Bouquet #AD709A

Tints of Bouquet #AD709A

Color information

#AD709A (or 0xAD709A) is unknown color: approx Bouquet. HEX triplet: AD, 70 and 9A. RGB value is (173,112,154). Sum of RGB (Red+Green+Blue) = 173+112+154=439 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.41% from 439); Green value is 112 (44.14% from 255 or 25.51% from 439); Blue value is 154 (60.55% from 255 or 35.08% from 439); Max value from RGB is 173 - color contains mainly: red. Hex color #AD709A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD709A is #528F65. Grayscale: #868686. Windows color (decimal): -5410662 or 10121389. OLE color: 10121389.

HSL color Cylindrical-coordinate representation of color #AD709A: hue angle of 318.69º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AD709A is Cyan = 0, Magento = 0.35, Yellow = 0.11 and Black (K on CMYK) = 0.32.

Color convert

RGB173112154-
CMYK00.350.110.32
HSL318.69º27.11%55.88%-
HSV(B)318.69º35.26%67.84%-
XYZ28.8622.8133.45-
YUV135.03138.71155.08-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.41%
GREEN value IS 112 (44.14% from 255) = 25.51%
BLUE value IS 154 (60.55% from 255) = 35.08%
R=39.41%
G=25.51%
B=35.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.11
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17311215400.350.110.32318.6927.1155.88
HexAD709A023B2013f1b38
Octal25516023204313404773370
Binary101011011110000100110100100011101110000010011111111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD709A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD709A; }

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

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

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

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

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

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

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

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