Html Css Color HEX #AD8694 Bouquet

📋 copy color: '#AD8694'

red 173 ◦ green 134 ◦ blue 148

#AD8694
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bouquet #AD8694

Tints of Bouquet #AD8694

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.2% from 255) = 32.53%

R = 38.02%
G = 29.45%
B = 32.53%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.14

 K value IS 0.32

RGB Variations

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

Color information

#AD8694 (or 0xAD8694) is known color: 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

RGB 173 134 148 -
CMYK 0 0.23 0.14 0.32
HSL 338.46º 0.19% 0.6% -
HSV(B) 338.46º 0.23% 0.68% -
XYZ 31.1 28.07 31.8 -
YUV 147.26 128.42 146.36 -
System Red Green Blue C M Y K H S L
Decimal 173 134 148 0 0.23 0.14 0.32 338.46 0.19 0.6
Hex AD 86 94 0 17 E 20 152 13 3C
Octal 255 206 224 0 27 16 40 522 23 74
Binary 10101101 10000110 10010100 0 10111 1110 100000 101010010 10011 111100

Color Harmonies of #AD8694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8694

Black with #AD8694

Text Example


Text Example

White with #AD8694

Text Example


Text Example

HTML Codes & Css Web 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>