Html Css Color HEX #AD869B Bouquet

📋 copy color: '#AD869B'

red 173 ◦ green 134 ◦ blue 155

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

Shades of Bouquet #AD869B

Tints of Bouquet #AD869B

RGB

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

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

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

R = 37.45%
G = 29%
B = 33.55%

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

#AD869B (or 0xAD869B) is known color: Bouquet. HEX triplet: AD, 86 and 9B. RGB value is (173,134,155). Sum of RGB (Red+Green+Blue) = 173+134+155=462 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.45% from 462); Green value is 134 (52.73% from 255 or 29.00% from 462); Blue value is 155 (60.94% from 255 or 33.55% from 462); Max value from RGB is 173 - color contains mainly: red. Hex color #AD869B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD869B is #527964. Grayscale: #949494. Windows color (decimal): -5405029 or 10192557. OLE color: 10192557.

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

Color convert

RGB 173 134 155 -
CMYK 0 0.23 0.10 0.32
HSL 327.69º 0.19% 0.6% -
HSV(B) 327.69º 0.23% 0.68% -
XYZ 31.68 28.3 34.8 -
YUV 148.06 131.92 145.79 -
System Red Green Blue C M Y K H S L
Decimal 173 134 155 0 0.23 0.10 0.32 327.69 0.19 0.6
Hex AD 86 9B 0 17 A 20 148 13 3C
Octal 255 206 233 0 27 12 40 510 23 74
Binary 10101101 10000110 10011011 0 10111 1010 100000 101001000 10011 111100

Color Harmonies of #AD869B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD869B

Black with #AD869B

Text Example


Text Example

White with #AD869B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD869B; }

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

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

background-color css

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

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

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

border-color css

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

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

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