Html Css Color HEX #AD849F Bouquet

📋 copy color: '#AD849F'

red 173 ◦ green 132 ◦ blue 159

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

Shades of Bouquet #AD849F

Tints of Bouquet #AD849F

RGB

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

 GREEN value IS 132 (51.95% from 255) = 28.45%

 BLUE value IS 159 (62.5% from 255) = 34.27%

R = 37.28%
G = 28.45%
B = 34.27%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.08

 K value IS 0.32

RGB Variations

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

Color information

#AD849F (or 0xAD849F) is known color: Bouquet. HEX triplet: AD, 84 and 9F. RGB value is (173,132,159). Sum of RGB (Red+Green+Blue) = 173+132+159=464 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.28% from 464); Green value is 132 (51.95% from 255 or 28.45% from 464); Blue value is 159 (62.5% from 255 or 34.27% from 464); Max value from RGB is 173 - color contains mainly: red. Hex color #AD849F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD849F is #527B60. Grayscale: #939393. Windows color (decimal): -5405537 or 10454189. OLE color: 10454189.

HSL color Cylindrical-coordinate representation of color #AD849F: hue angle of 320.49º degrees, saturation: 0.2, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AD849F is Cyan = 0, Magento = 0.24, Yellow = 0.08 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 132 159 -
CMYK 0 0.24 0.08 0.32
HSL 320.49º 0.2% 0.6% -
HSV(B) 320.49º 0.24% 0.68% -
XYZ 31.74 27.89 36.51 -
YUV 147.34 134.58 146.3 -
System Red Green Blue C M Y K H S L
Decimal 173 132 159 0 0.24 0.08 0.32 320.49 0.2 0.6
Hex AD 84 9F 0 18 8 20 140 14 3C
Octal 255 204 237 0 30 10 40 500 24 74
Binary 10101101 10000100 10011111 0 11000 1000 100000 101000000 10100 111100

Color Harmonies of #AD849F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD849F

Black with #AD849F

Text Example


Text Example

White with #AD849F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD849F; }

 p { color: rgb(173,132,159); }

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

background-color css

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

 a { background-color: rgb(173,132,159); }

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

border-color css

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

 span { border-color: rgb(173,132,159); }

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