#AD7290

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

Shades of Bouquet #AD7290

Tints of Bouquet #AD7290

Color information

#AD7290 (or 0xAD7290) is unknown color: approx Bouquet. HEX triplet: AD, 72 and 90. RGB value is (173,114,144). Sum of RGB (Red+Green+Blue) = 173+114+144=431 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.14% from 431); Green value is 114 (44.92% from 255 or 26.45% from 431); Blue value is 144 (56.64% from 255 or 33.41% from 431); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7290 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7290 is #528D6F. Grayscale: #878787. Windows color (decimal): -5410160 or 9466541. OLE color: 9466541.

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

Color convert

RGB173114144-
CMYK00.340.170.32
HSL329.49º26.46%56.27%-
HSV(B)329.49º34.1%67.84%-
XYZ28.2822.9329.32-
YUV135.06133.05155.06-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.14%
GREEN value IS 114 (44.92% from 255) = 26.45%
BLUE value IS 144 (56.64% from 255) = 33.41%
R=40.14%
G=26.45%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.17
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17311414400.340.170.32329.4926.4656.27
HexAD729002211201491a38
Octal25516222004221405113270
Binary1010110111100101001000001000101000110000010100100111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7290; }

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

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

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

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

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

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

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

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