#AD8B99

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

Shades of Bouquet #AD8B99

Tints of Bouquet #AD8B99

Color information

#AD8B99 (or 0xAD8B99) is unknown color: approx Bouquet. HEX triplet: AD, 8B and 99. RGB value is (173,139,153). Sum of RGB (Red+Green+Blue) = 173+139+153=465 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.20% from 465); Green value is 139 (54.69% from 255 or 29.89% from 465); Blue value is 153 (60.16% from 255 or 32.90% from 465); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8B99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8B99 is #527466. Grayscale: #969696. Windows color (decimal): -5403751 or 10062765. OLE color: 10062765.

HSL color Cylindrical-coordinate representation of color #AD8B99: hue angle of 335.29º degrees, saturation: 0.17, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AD8B99 is Cyan = 0, Magento = 0.20, Yellow = 0.12 and Black (K on CMYK) = 0.32.

Color convert

RGB173139153-
CMYK00.200.120.32
HSL335.29º17.17%61.18%-
HSV(B)335.29º19.65%67.84%-
XYZ32.2229.6534.16-
YUV150.76129.26143.86-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.20%
GREEN value IS 139 (54.69% from 255) = 29.89%
BLUE value IS 153 (60.16% from 255) = 32.90%
R=37.20%
G=29.89%
B=32.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.12
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17313915300.200.120.32335.2917.1761.18
HexAD8B99014C2014f113d
Octal25521323102414405172175
Binary101011011000101110011001010100110010000010100111110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8B99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8B99; }

 p { color: rgb(173,139,153); }

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

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

 a { background-color: rgb(173,139,153); }

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

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

 span { border-color: rgb(173,139,153); }

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