#AD7697

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

Shades of Bouquet #AD7697

Tints of Bouquet #AD7697

Color information

#AD7697 (or 0xAD7697) is unknown color: approx Bouquet. HEX triplet: AD, 76 and 97. RGB value is (173,118,151). Sum of RGB (Red+Green+Blue) = 173+118+151=442 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.14% from 442); Green value is 118 (46.48% from 255 or 26.70% from 442); Blue value is 151 (59.38% from 255 or 34.16% from 442); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7697 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7697 is #528968. Grayscale: #8A8A8A. Windows color (decimal): -5409129 or 9926317. OLE color: 9926317.

HSL color Cylindrical-coordinate representation of color #AD7697: hue angle of 324º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AD7697 is Cyan = 0, Magento = 0.32, Yellow = 0.13 and Black (K on CMYK) = 0.32.

Color convert

RGB173118151-
CMYK00.320.130.32
HSL324º25.11%57.06%-
HSV(B)324º31.79%67.84%-
XYZ29.324.0832.38-
YUV138.21135.22152.82-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.14%
GREEN value IS 118 (46.48% from 255) = 26.70%
BLUE value IS 151 (59.38% from 255) = 34.16%
R=39.14%
G=26.70%
B=34.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.13
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17311815100.320.130.3232425.1157.06
HexAD7697020D201441939
Octal25516622704015405043171
Binary101011011110110100101110100000110110000010100010011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7697; }

 p { color: rgb(173,118,151); }

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

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

 a { background-color: rgb(173,118,151); }

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

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

 span { border-color: rgb(173,118,151); }

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