Html Css Color HEX #AD849B Bouquet

📋 copy color: '#AD849B'

red 173 ◦ green 132 ◦ blue 155

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

Shades of Bouquet #AD849B

Tints of Bouquet #AD849B

RGB

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

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

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

R = 37.61%
G = 28.7%
B = 33.7%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.10

 K value IS 0.32

RGB Variations

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

Color information

#AD849B (or 0xAD849B) is known color: Bouquet. HEX triplet: AD, 84 and 9B. RGB value is (173,132,155). Sum of RGB (Red+Green+Blue) = 173+132+155=460 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.61% from 460); Green value is 132 (51.95% from 255 or 28.70% from 460); Blue value is 155 (60.94% from 255 or 33.70% from 460); Max value from RGB is 173 - color contains mainly: red. Hex color #AD849B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD849B is #527B64. Grayscale: #929292. Windows color (decimal): -5405541 or 10192045. OLE color: 10192045.

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

Color convert

RGB 173 132 155 -
CMYK 0 0.24 0.10 0.32
HSL 326.34º 0.2% 0.6% -
HSV(B) 326.34º 0.24% 0.68% -
XYZ 31.4 27.75 34.71 -
YUV 146.88 132.58 146.63 -
System Red Green Blue C M Y K H S L
Decimal 173 132 155 0 0.24 0.10 0.32 326.34 0.2 0.6
Hex AD 84 9B 0 18 A 20 146 14 3C
Octal 255 204 233 0 30 12 40 506 24 74
Binary 10101101 10000100 10011011 0 11000 1010 100000 101000110 10100 111100

Color Harmonies of #AD849B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD849B

Black with #AD849B

Text Example


Text Example

White with #AD849B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD849B; }

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

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

background-color css

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

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

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

border-color css

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

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

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