#AD7695

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

Shades of Bouquet #AD7695

Tints of Bouquet #AD7695

Color information

#AD7695 (or 0xAD7695) is unknown color: approx Bouquet. HEX triplet: AD, 76 and 95. RGB value is (173,118,149). Sum of RGB (Red+Green+Blue) = 173+118+149=440 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.32% from 440); Green value is 118 (46.48% from 255 or 26.82% from 440); Blue value is 149 (58.59% from 255 or 33.86% from 440); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7695 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7695 is #52896A. Grayscale: #898989. Windows color (decimal): -5409131 or 9795245. OLE color: 9795245.

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

Color convert

RGB173118149-
CMYK00.320.140.32
HSL326.18º25.11%57.06%-
HSV(B)326.18º31.79%67.84%-
XYZ29.1424.0131.53-
YUV137.98134.22152.98-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.32%
GREEN value IS 118 (46.48% from 255) = 26.82%
BLUE value IS 149 (58.59% from 255) = 33.86%
R=39.32%
G=26.82%
B=33.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.14
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17311814900.320.140.32326.1825.1157.06
HexAD7695020E201461939
Octal25516622504016405063171
Binary101011011110110100101010100000111010000010100011011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7695; }

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

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

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

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

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

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

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

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