Html Css Color HEX #AD8699 Bouquet

📋 copy color: '#AD8699'

red 173 ◦ green 134 ◦ blue 153

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

Shades of Bouquet #AD8699

Tints of Bouquet #AD8699

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 33.26%

R = 37.61%
G = 29.13%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.12

 K value IS 0.32

RGB Variations

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

Color information

#AD8699 (or 0xAD8699) is known color: Bouquet. HEX triplet: AD, 86 and 99. RGB value is (173,134,153). Sum of RGB (Red+Green+Blue) = 173+134+153=460 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.61% from 460); Green value is 134 (52.73% from 255 or 29.13% from 460); Blue value is 153 (60.16% from 255 or 33.26% from 460); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8699 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8699 is #527966. Grayscale: #939393. Windows color (decimal): -5405031 or 10061485. OLE color: 10061485.

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

Color convert

RGB 173 134 153 -
CMYK 0 0.23 0.12 0.32
HSL 330.77º 0.19% 0.6% -
HSV(B) 330.77º 0.23% 0.68% -
XYZ 31.51 28.23 33.93 -
YUV 147.83 130.92 145.96 -
System Red Green Blue C M Y K H S L
Decimal 173 134 153 0 0.23 0.12 0.32 330.77 0.19 0.6
Hex AD 86 99 0 17 C 20 14B 13 3C
Octal 255 206 231 0 27 14 40 513 23 74
Binary 10101101 10000110 10011001 0 10111 1100 100000 101001011 10011 111100

Color Harmonies of #AD8699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8699

Black with #AD8699

Text Example


Text Example

White with #AD8699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8699; }

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

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

background-color css

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

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

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

border-color css

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

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

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