Html Css Color HEX #AD7AA0 Bouquet

📋 copy color: '#AD7AA0'

red 173 ◦ green 122 ◦ blue 160

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

Shades of Bouquet #AD7AA0

Tints of Bouquet #AD7AA0

RGB

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

 GREEN value IS 122 (48.05% from 255) = 26.81%

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

R = 38.02%
G = 26.81%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.08

 K value IS 0.32

RGB Variations

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

Color information

#AD7AA0 (or 0xAD7AA0) is known color: Bouquet. HEX triplet: AD, 7A and A0. RGB value is (173,122,160). Sum of RGB (Red+Green+Blue) = 173+122+160=455 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.02% from 455); Green value is 122 (48.05% from 255 or 26.81% from 455); Blue value is 160 (62.89% from 255 or 35.16% from 455); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7AA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7AA0 is #52855F. Grayscale: #8D8D8D. Windows color (decimal): -5408096 or 10517165. OLE color: 10517165.

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

Color convert

RGB 173 122 160 -
CMYK 0 0.29 0.08 0.32
HSL 315.29º 0.24% 0.58% -
HSV(B) 315.29º 0.29% 0.68% -
XYZ 30.54 25.34 36.54 -
YUV 141.58 138.4 150.41 -
System Red Green Blue C M Y K H S L
Decimal 173 122 160 0 0.29 0.08 0.32 315.29 0.24 0.58
Hex AD 7A A0 0 1D 8 20 13B 18 3A
Octal 255 172 240 0 35 10 40 473 30 72
Binary 10101101 1111010 10100000 0 11101 1000 100000 100111011 11000 111010

Color Harmonies of #AD7AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7AA0

Black with #AD7AA0

Text Example


Text Example

White with #AD7AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7AA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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