#AD7091

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

Shades of Bouquet #AD7091

Tints of Bouquet #AD7091

Color information

#AD7091 (or 0xAD7091) is unknown color: approx Bouquet. HEX triplet: AD, 70 and 91. RGB value is (173,112,145). Sum of RGB (Red+Green+Blue) = 173+112+145=430 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.23% from 430); Green value is 112 (44.14% from 255 or 26.05% from 430); Blue value is 145 (57.03% from 255 or 33.72% from 430); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7091 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7091 is #528F6E. Grayscale: #858585. Windows color (decimal): -5410671 or 9531565. OLE color: 9531565.

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

Color convert

RGB173112145-
CMYK00.350.160.32
HSL327.54º27.11%55.88%-
HSV(B)327.54º35.26%67.84%-
XYZ28.1422.5229.65-
YUV134134.21155.82-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.23%
GREEN value IS 112 (44.14% from 255) = 26.05%
BLUE value IS 145 (57.03% from 255) = 33.72%
R=40.23%
G=26.05%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.16
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17311214500.350.160.32327.5427.1155.88
HexAD709102310201481b38
Octal25516022104320405103370
Binary1010110111100001001000101000111000010000010100100011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7091; }

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

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

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

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

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

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

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

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