Html Css Color HEX #AD729D Bouquet

📋 copy color: '#AD729D'

red 173 ◦ green 114 ◦ blue 157

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

Shades of Bouquet #AD729D

Tints of Bouquet #AD729D

RGB

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

 GREEN value IS 114 (44.92% from 255) = 25.68%

 BLUE value IS 157 (61.72% from 255) = 35.36%

R = 38.96%
G = 25.68%
B = 35.36%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.09

 K value IS 0.32

RGB Variations

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

Color information

#AD729D (or 0xAD729D) is known color: Bouquet. HEX triplet: AD, 72 and 9D. RGB value is (173,114,157). Sum of RGB (Red+Green+Blue) = 173+114+157=444 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.96% from 444); Green value is 114 (44.92% from 255 or 25.68% from 444); Blue value is 157 (61.72% from 255 or 35.36% from 444); Max value from RGB is 173 - color contains mainly: red. Hex color #AD729D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD729D is #528D62. Grayscale: #888888. Windows color (decimal): -5410147 or 10318509. OLE color: 10318509.

HSL color Cylindrical-coordinate representation of color #AD729D: hue angle of 316.27º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AD729D is Cyan = 0, Magento = 0.34, Yellow = 0.09 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 114 157 -
CMYK 0 0.34 0.09 0.32
HSL 316.27º 0.26% 0.56% -
HSV(B) 316.27º 0.34% 0.68% -
XYZ 29.34 23.35 34.86 -
YUV 136.54 139.55 154 -
System Red Green Blue C M Y K H S L
Decimal 173 114 157 0 0.34 0.09 0.32 316.27 0.26 0.56
Hex AD 72 9D 0 22 9 20 13C 1A 38
Octal 255 162 235 0 42 11 40 474 32 70
Binary 10101101 1110010 10011101 0 100010 1001 100000 100111100 11010 111000

Color Harmonies of #AD729D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD729D

Black with #AD729D

Text Example


Text Example

White with #AD729D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD729D; }

 p { color: rgb(173,114,157); }

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

background-color css

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

 a { background-color: rgb(173,114,157); }

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

border-color css

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

 span { border-color: rgb(173,114,157); }

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