#AD8694

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

Shades of Bouquet #AD8694

Tints of Bouquet #AD8694

Color information

#AD8694 (or 0xAD8694) is unknown color: approx Bouquet. HEX triplet: AD, 86 and 94. RGB value is (173,134,148). Sum of RGB (Red+Green+Blue) = 173+134+148=455 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.02% from 455); Green value is 134 (52.73% from 255 or 29.45% from 455); Blue value is 148 (58.20% from 255 or 32.53% from 455); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8694 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8694 is #52796B. Grayscale: #939393. Windows color (decimal): -5405036 or 9733805. OLE color: 9733805.

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

Color convert

RGB173134148-
CMYK00.230.140.32
HSL338.46º19.21%60.2%-
HSV(B)338.46º22.54%67.84%-
XYZ31.128.0731.8-
YUV147.26128.42146.36-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.02%
GREEN value IS 134 (52.73% from 255) = 29.45%
BLUE value IS 148 (58.20% from 255) = 32.53%
R=38.02%
G=29.45%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.14
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17313414800.230.140.32338.4619.2160.2
HexAD8694017E20152133c
Octal25520622402716405222374
Binary101011011000011010010100010111111010000010101001010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8694; }

 p { color: rgb(173,134,148); }

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

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

 a { background-color: rgb(173,134,148); }

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

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

 span { border-color: rgb(173,134,148); }

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