Html Css Color HEX #AD77A0 Bouquet

📋 copy color: '#AD77A0'

red 173 ◦ green 119 ◦ blue 160

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

Shades of Bouquet #AD77A0

Tints of Bouquet #AD77A0

RGB

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

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

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

R = 38.27%
G = 26.33%
B = 35.4%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.08

 K value IS 0.32

RGB Variations

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

Color information

#AD77A0 (or 0xAD77A0) is known color: Bouquet. HEX triplet: AD, 77 and A0. RGB value is (173,119,160). Sum of RGB (Red+Green+Blue) = 173+119+160=452 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.27% from 452); Green value is 119 (46.88% from 255 or 26.33% from 452); Blue value is 160 (62.89% from 255 or 35.40% from 452); Max value from RGB is 173 - color contains mainly: red. Hex color #AD77A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD77A0 is #52885F. Grayscale: #8B8B8B. Windows color (decimal): -5408864 or 10516397. OLE color: 10516397.

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

Color convert

RGB 173 119 160 -
CMYK 0 0.31 0.08 0.32
HSL 314.44º 0.25% 0.57% -
HSV(B) 314.44º 0.31% 0.68% -
XYZ 30.18 24.62 36.42 -
YUV 139.82 139.39 151.67 -
System Red Green Blue C M Y K H S L
Decimal 173 119 160 0 0.31 0.08 0.32 314.44 0.25 0.57
Hex AD 77 A0 0 1F 8 20 13A 19 39
Octal 255 167 240 0 37 10 40 472 31 71
Binary 10101101 1110111 10100000 0 11111 1000 100000 100111010 11001 111001

Color Harmonies of #AD77A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD77A0

Black with #AD77A0

Text Example


Text Example

White with #AD77A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD77A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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