Html Css Color HEX #AD799A Bouquet

📋 copy color: '#AD799A'

red 173 ◦ green 121 ◦ blue 154

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

Shades of Bouquet #AD799A

Tints of Bouquet #AD799A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 34.38%

R = 38.62%
G = 27.01%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.11

 K value IS 0.32

RGB Variations

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

Color information

#AD799A (or 0xAD799A) is known color: Bouquet. HEX triplet: AD, 79 and 9A. RGB value is (173,121,154). Sum of RGB (Red+Green+Blue) = 173+121+154=448 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.62% from 448); Green value is 121 (47.66% from 255 or 27.01% from 448); Blue value is 154 (60.55% from 255 or 34.38% from 448); Max value from RGB is 173 - color contains mainly: red. Hex color #AD799A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD799A is #528665. Grayscale: #8C8C8C. Windows color (decimal): -5408358 or 10123693. OLE color: 10123693.

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

Color convert

RGB 173 121 154 -
CMYK 0 0.30 0.11 0.32
HSL 321.92º 0.24% 0.58% -
HSV(B) 321.92º 0.3% 0.68% -
XYZ 29.9 24.89 33.8 -
YUV 140.31 135.73 151.32 -
System Red Green Blue C M Y K H S L
Decimal 173 121 154 0 0.30 0.11 0.32 321.92 0.24 0.58
Hex AD 79 9A 0 1E B 20 142 18 3A
Octal 255 171 232 0 36 13 40 502 30 72
Binary 10101101 1111001 10011010 0 11110 1011 100000 101000010 11000 111010

Color Harmonies of #AD799A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD799A

Black with #AD799A

Text Example


Text Example

White with #AD799A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD799A; }

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

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

background-color css

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

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

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

border-color css

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

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

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