Html Css Color HEX #AD8695 Bouquet

📋 copy color: '#AD8695'

red 173 ◦ green 134 ◦ blue 149

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

Shades of Bouquet #AD8695

Tints of Bouquet #AD8695

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 32.68%

R = 37.94%
G = 29.39%
B = 32.68%

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

#AD8695 (or 0xAD8695) is known color: Bouquet. HEX triplet: AD, 86 and 95. RGB value is (173,134,149). Sum of RGB (Red+Green+Blue) = 173+134+149=456 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.94% from 456); Green value is 134 (52.73% from 255 or 29.39% from 456); Blue value is 149 (58.59% from 255 or 32.68% from 456); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8695 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8695 is #52796A. Grayscale: #939393. Windows color (decimal): -5405035 or 9799341. OLE color: 9799341.

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

Color convert

RGB 173 134 149 -
CMYK 0 0.23 0.14 0.32
HSL 336.92º 0.19% 0.6% -
HSV(B) 336.92º 0.23% 0.68% -
XYZ 31.18 28.1 32.21 -
YUV 147.37 128.92 146.28 -
System Red Green Blue C M Y K H S L
Decimal 173 134 149 0 0.23 0.14 0.32 336.92 0.19 0.6
Hex AD 86 95 0 17 E 20 151 13 3C
Octal 255 206 225 0 27 16 40 521 23 74
Binary 10101101 10000110 10010101 0 10111 1110 100000 101010001 10011 111100

Color Harmonies of #AD8695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8695

Black with #AD8695

Text Example


Text Example

White with #AD8695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8695; }

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

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

background-color css

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

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

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

border-color css

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

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

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