Html Css Color HEX #AD799B Bouquet

📋 copy color: '#AD799B'

red 173 ◦ green 121 ◦ blue 155

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

Shades of Bouquet #AD799B

Tints of Bouquet #AD799B

RGB

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

 GREEN value IS 121 (47.66% from 255) = 26.95%

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

R = 38.53%
G = 26.95%
B = 34.52%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.10

 K value IS 0.32

RGB Variations

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

Color information

#AD799B (or 0xAD799B) is known color: Bouquet. HEX triplet: AD, 79 and 9B. RGB value is (173,121,155). Sum of RGB (Red+Green+Blue) = 173+121+155=449 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.53% from 449); Green value is 121 (47.66% from 255 or 26.95% from 449); Blue value is 155 (60.94% from 255 or 34.52% from 449); Max value from RGB is 173 - color contains mainly: red. Hex color #AD799B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD799B is #528664. Grayscale: #8C8C8C. Windows color (decimal): -5408357 or 10189229. OLE color: 10189229.

HSL color Cylindrical-coordinate representation of color #AD799B: hue angle of 320.77º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AD799B is Cyan = 0, Magento = 0.30, Yellow = 0.10 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 121 155 -
CMYK 0 0.30 0.10 0.32
HSL 320.77º 0.24% 0.58% -
HSV(B) 320.77º 0.3% 0.68% -
XYZ 29.99 24.93 34.24 -
YUV 140.42 136.23 151.24 -
System Red Green Blue C M Y K H S L
Decimal 173 121 155 0 0.30 0.10 0.32 320.77 0.24 0.58
Hex AD 79 9B 0 1E A 20 141 18 3A
Octal 255 171 233 0 36 12 40 501 30 72
Binary 10101101 1111001 10011011 0 11110 1010 100000 101000001 11000 111010

Color Harmonies of #AD799B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD799B

Black with #AD799B

Text Example


Text Example

White with #AD799B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD799B; }

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

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

background-color css

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

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

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

border-color css

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

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

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