Html Css Color HEX #AD7699 Bouquet

📋 copy color: '#AD7699'

red 173 ◦ green 118 ◦ blue 153

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

Shades of Bouquet #AD7699

Tints of Bouquet #AD7699

RGB

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

 GREEN value IS 118 (46.48% from 255) = 26.58%

 BLUE value IS 153 (60.16% from 255) = 34.46%

R = 38.96%
G = 26.58%
B = 34.46%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.12

 K value IS 0.32

RGB Variations

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

Color information

#AD7699 (or 0xAD7699) is known color: Bouquet. HEX triplet: AD, 76 and 99. RGB value is (173,118,153). Sum of RGB (Red+Green+Blue) = 173+118+153=444 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.96% from 444); Green value is 118 (46.48% from 255 or 26.58% from 444); Blue value is 153 (60.16% from 255 or 34.46% from 444); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7699 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7699 is #528966. Grayscale: #8A8A8A. Windows color (decimal): -5409127 or 10057389. OLE color: 10057389.

HSL color Cylindrical-coordinate representation of color #AD7699: hue angle of 321.82º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AD7699 is Cyan = 0, Magento = 0.32, Yellow = 0.12 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 118 153 -
CMYK 0 0.32 0.12 0.32
HSL 321.82º 0.25% 0.57% -
HSV(B) 321.82º 0.32% 0.68% -
XYZ 29.46 24.14 33.24 -
YUV 138.44 136.22 152.65 -
System Red Green Blue C M Y K H S L
Decimal 173 118 153 0 0.32 0.12 0.32 321.82 0.25 0.57
Hex AD 76 99 0 20 C 20 142 19 39
Octal 255 166 231 0 40 14 40 502 31 71
Binary 10101101 1110110 10011001 0 100000 1100 100000 101000010 11001 111001

Color Harmonies of #AD7699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7699

Black with #AD7699

Text Example


Text Example

White with #AD7699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7699; }

 p { color: rgb(173,118,153); }

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

background-color css

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

 a { background-color: rgb(173,118,153); }

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

border-color css

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

 span { border-color: rgb(173,118,153); }

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