Html Css Color HEX #AD779B Bouquet

📋 copy color: '#AD779B'

red 173 ◦ green 119 ◦ blue 155

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

Shades of Bouquet #AD779B

Tints of Bouquet #AD779B

RGB

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

 GREEN value IS 119 (46.88% from 255) = 26.62%

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

R = 38.7%
G = 26.62%
B = 34.68%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.10

 K value IS 0.32

RGB Variations

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

Color information

#AD779B (or 0xAD779B) is known color: Bouquet. HEX triplet: AD, 77 and 9B. RGB value is (173,119,155). Sum of RGB (Red+Green+Blue) = 173+119+155=447 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.70% from 447); Green value is 119 (46.88% from 255 or 26.62% from 447); Blue value is 155 (60.94% from 255 or 34.68% from 447); Max value from RGB is 173 - color contains mainly: red. Hex color #AD779B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD779B is #528864. Grayscale: #8B8B8B. Windows color (decimal): -5408869 or 10188717. OLE color: 10188717.

HSL color Cylindrical-coordinate representation of color #AD779B: hue angle of 320º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AD779B is Cyan = 0, Magento = 0.31, Yellow = 0.10 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 119 155 -
CMYK 0 0.31 0.10 0.32
HSL 320º 0.25% 0.57% -
HSV(B) 320º 0.31% 0.68% -
XYZ 29.75 24.44 34.16 -
YUV 139.25 136.89 152.07 -
System Red Green Blue C M Y K H S L
Decimal 173 119 155 0 0.31 0.10 0.32 320 0.25 0.57
Hex AD 77 9B 0 1F A 20 140 19 39
Octal 255 167 233 0 37 12 40 500 31 71
Binary 10101101 1110111 10011011 0 11111 1010 100000 101000000 11001 111001

Color Harmonies of #AD779B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD779B

Black with #AD779B

Text Example


Text Example

White with #AD779B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD779B; }

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

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

background-color css

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

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

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

border-color css

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

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

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