#AD7090

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

Shades of Bouquet #AD7090

Tints of Bouquet #AD7090

Color information

#AD7090 (or 0xAD7090) is unknown color: approx Bouquet. HEX triplet: AD, 70 and 90. RGB value is (173,112,144). Sum of RGB (Red+Green+Blue) = 173+112+144=429 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.33% from 429); Green value is 112 (44.14% from 255 or 26.11% from 429); Blue value is 144 (56.64% from 255 or 33.57% from 429); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7090 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7090 is #528F6F. Grayscale: #858585. Windows color (decimal): -5410672 or 9466029. OLE color: 9466029.

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

Color convert

RGB173112144-
CMYK00.350.170.32
HSL328.52º27.11%55.88%-
HSV(B)328.52º35.26%67.84%-
XYZ28.0622.4929.25-
YUV133.89133.71155.9-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.33%
GREEN value IS 112 (44.14% from 255) = 26.11%
BLUE value IS 144 (56.64% from 255) = 33.57%
R=40.33%
G=26.11%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.17
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17311214400.350.170.32328.5227.1155.88
HexAD709002311201491b38
Octal25516022004321405113370
Binary1010110111100001001000001000111000110000010100100111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7090; }

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

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

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

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

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

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

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

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