Html Css Color HEX #AD79A0 Bouquet

📋 copy color: '#AD79A0'

red 173 ◦ green 121 ◦ blue 160

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

Shades of Bouquet #AD79A0

Tints of Bouquet #AD79A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 35.24%

R = 38.11%
G = 26.65%
B = 35.24%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.08

 K value IS 0.32

RGB Variations

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

Color information

#AD79A0 (or 0xAD79A0) is known color: Bouquet. HEX triplet: AD, 79 and A0. RGB value is (173,121,160). Sum of RGB (Red+Green+Blue) = 173+121+160=454 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.11% from 454); Green value is 121 (47.66% from 255 or 26.65% from 454); Blue value is 160 (62.89% from 255 or 35.24% from 454); Max value from RGB is 173 - color contains mainly: red. Hex color #AD79A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD79A0 is #52865F. Grayscale: #8C8C8C. Windows color (decimal): -5408352 or 10516909. OLE color: 10516909.

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

Color convert

RGB 173 121 160 -
CMYK 0 0.30 0.08 0.32
HSL 315º 0.24% 0.58% -
HSV(B) 315º 0.3% 0.68% -
XYZ 30.42 25.1 36.5 -
YUV 140.99 138.73 150.83 -
System Red Green Blue C M Y K H S L
Decimal 173 121 160 0 0.30 0.08 0.32 315 0.24 0.58
Hex AD 79 A0 0 1E 8 20 13B 18 3A
Octal 255 171 240 0 36 10 40 473 30 72
Binary 10101101 1111001 10100000 0 11110 1000 100000 100111011 11000 111010

Color Harmonies of #AD79A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD79A0

Black with #AD79A0

Text Example


Text Example

White with #AD79A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD79A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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