#AD7B9F

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

Shades of Bouquet #AD7B9F

Tints of Bouquet #AD7B9F

Color information

#AD7B9F (or 0xAD7B9F) is unknown color: approx Bouquet. HEX triplet: AD, 7B and 9F. RGB value is (173,123,159). Sum of RGB (Red+Green+Blue) = 173+123+159=455 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.02% from 455); Green value is 123 (48.44% from 255 or 27.03% from 455); Blue value is 159 (62.5% from 255 or 34.95% from 455); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7B9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7B9F is #528460. Grayscale: #8D8D8D. Windows color (decimal): -5407841 or 10451885. OLE color: 10451885.

HSL color Cylindrical-coordinate representation of color #AD7B9F: hue angle of 316.8º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AD7B9F is Cyan = 0, Magento = 0.29, Yellow = 0.08 and Black (K on CMYK) = 0.32.

Color convert

RGB173123159-
CMYK00.290.080.32
HSL316.8º23.36%58.04%-
HSV(B)316.8º28.9%67.84%-
XYZ30.5725.5536.12-
YUV142.05137.56150.07-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.02%
GREEN value IS 123 (48.44% from 255) = 27.03%
BLUE value IS 159 (62.5% from 255) = 34.95%
R=38.02%
G=27.03%
B=34.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.08
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17312315900.290.080.32316.823.3658.04
HexAD7B9F01D82013d173a
Octal25517323703510404752772
Binary10101101111101110011111011101100010000010011110110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7B9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7B9F; }

 p { color: rgb(173,123,159); }

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

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

 a { background-color: rgb(173,123,159); }

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

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

 span { border-color: rgb(173,123,159); }

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