#AD7E91

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

Shades of Bouquet #AD7E91

Tints of Bouquet #AD7E91

Color information

#AD7E91 (or 0xAD7E91) is unknown color: approx Bouquet. HEX triplet: AD, 7E and 91. RGB value is (173,126,145). Sum of RGB (Red+Green+Blue) = 173+126+145=444 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.96% from 444); Green value is 126 (49.61% from 255 or 28.38% from 444); Blue value is 145 (57.03% from 255 or 32.66% from 444); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7E91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7E91 is #52816E. Grayscale: #8E8E8E. Windows color (decimal): -5407087 or 9535149. OLE color: 9535149.

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

Color convert

RGB173126145-
CMYK00.270.160.32
HSL335.74º22.27%58.63%-
HSV(B)335.74º27.17%67.84%-
XYZ29.8125.8530.21-
YUV142.22129.57149.96-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.96%
GREEN value IS 126 (49.61% from 255) = 28.38%
BLUE value IS 145 (57.03% from 255) = 32.66%
R=38.96%
G=28.38%
B=32.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.16
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17312614500.270.160.32335.7422.2758.63
HexAD7E9101B1020150163b
Octal25517622103320405202673
Binary101011011111110100100010110111000010000010101000010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7E91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7E91; }

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

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

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

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

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

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

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

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