Html Css Color HEX #AD859B Bouquet

📋 copy color: '#AD859B'

red 173 ◦ green 133 ◦ blue 155

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

Shades of Bouquet #AD859B

Tints of Bouquet #AD859B

RGB

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

 GREEN value IS 133 (52.34% from 255) = 28.85%

 BLUE value IS 155 (60.94% from 255) = 33.62%

R = 37.53%
G = 28.85%
B = 33.62%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.10

 K value IS 0.32

RGB Variations

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

Color information

#AD859B (or 0xAD859B) is known color: Bouquet. HEX triplet: AD, 85 and 9B. RGB value is (173,133,155). Sum of RGB (Red+Green+Blue) = 173+133+155=461 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.53% from 461); Green value is 133 (52.34% from 255 or 28.85% from 461); Blue value is 155 (60.94% from 255 or 33.62% from 461); Max value from RGB is 173 - color contains mainly: red. Hex color #AD859B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD859B is #527A64. Grayscale: #939393. Windows color (decimal): -5405285 or 10192301. OLE color: 10192301.

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

Color convert

RGB 173 133 155 -
CMYK 0 0.23 0.10 0.32
HSL 327º 0.2% 0.6% -
HSV(B) 327º 0.23% 0.68% -
XYZ 31.54 28.03 34.76 -
YUV 147.47 132.25 146.21 -
System Red Green Blue C M Y K H S L
Decimal 173 133 155 0 0.23 0.10 0.32 327 0.2 0.6
Hex AD 85 9B 0 17 A 20 147 14 3C
Octal 255 205 233 0 27 12 40 507 24 74
Binary 10101101 10000101 10011011 0 10111 1010 100000 101000111 10100 111100

Color Harmonies of #AD859B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD859B

Black with #AD859B

Text Example


Text Example

White with #AD859B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD859B; }

 p { color: rgb(173,133,155); }

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

background-color css

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

 a { background-color: rgb(173,133,155); }

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

border-color css

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

 span { border-color: rgb(173,133,155); }

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