#AD8693

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

Shades of Bouquet #AD8693

Tints of Bouquet #AD8693

Color information

#AD8693 (or 0xAD8693) is unknown color: approx Bouquet. HEX triplet: AD, 86 and 93. RGB value is (173,134,147). Sum of RGB (Red+Green+Blue) = 173+134+147=454 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.11% from 454); Green value is 134 (52.73% from 255 or 29.52% from 454); Blue value is 147 (57.81% from 255 or 32.38% from 454); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8693 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8693 is #52796C. Grayscale: #939393. Windows color (decimal): -5405037 or 9668269. OLE color: 9668269.

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

Color convert

RGB173134147-
CMYK00.230.150.32
HSL340º19.21%60.2%-
HSV(B)340º22.54%67.84%-
XYZ31.0328.0431.38-
YUV147.14127.92146.44-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.11%
GREEN value IS 134 (52.73% from 255) = 29.52%
BLUE value IS 147 (57.81% from 255) = 32.38%
R=38.11%
G=29.52%
B=32.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.15
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17313414700.230.150.3234019.2160.2
HexAD8693017F20154133c
Octal25520622302717405242374
Binary101011011000011010010011010111111110000010101010010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8693; }

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

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

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

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

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

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

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

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