Html Css Color HEX #AD8696 Bouquet

📋 copy color: '#AD8696'

red 173 ◦ green 134 ◦ blue 150

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

Shades of Bouquet #AD8696

Tints of Bouquet #AD8696

RGB

 RED value IS 173 (67.97% from 255) = 37.86%

 GREEN value IS 134 (52.73% from 255) = 29.32%

 BLUE value IS 150 (58.98% from 255) = 32.82%

R = 37.86%
G = 29.32%
B = 32.82%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.13

 K value IS 0.32

RGB Variations

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

Color information

#AD8696 (or 0xAD8696) is known color: Bouquet. HEX triplet: AD, 86 and 96. RGB value is (173,134,150). Sum of RGB (Red+Green+Blue) = 173+134+150=457 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.86% from 457); Green value is 134 (52.73% from 255 or 29.32% from 457); Blue value is 150 (58.98% from 255 or 32.82% from 457); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8696 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8696 is #527969. Grayscale: #939393. Windows color (decimal): -5405034 or 9864877. OLE color: 9864877.

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

Color convert

RGB 173 134 150 -
CMYK 0 0.23 0.13 0.32
HSL 335.38º 0.19% 0.6% -
HSV(B) 335.38º 0.23% 0.68% -
XYZ 31.26 28.14 32.64 -
YUV 147.49 129.42 146.2 -
System Red Green Blue C M Y K H S L
Decimal 173 134 150 0 0.23 0.13 0.32 335.38 0.19 0.6
Hex AD 86 96 0 17 D 20 14F 13 3C
Octal 255 206 226 0 27 15 40 517 23 74
Binary 10101101 10000110 10010110 0 10111 1101 100000 101001111 10011 111100

Color Harmonies of #AD8696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8696

Black with #AD8696

Text Example


Text Example

White with #AD8696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8696; }

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

 H1.HeaderClassName
 {
   color: #AD8696;
 }
 .AnyTagClassName
 {
   color: #AD8696;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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