Html Css Color HEX #AD769D Bouquet

📋 copy color: '#AD769D'

red 173 ◦ green 118 ◦ blue 157

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

Shades of Bouquet #AD769D

Tints of Bouquet #AD769D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 35.04%

R = 38.62%
G = 26.34%
B = 35.04%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.09

 K value IS 0.32

RGB Variations

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

Color information

#AD769D (or 0xAD769D) is known color: Bouquet. HEX triplet: AD, 76 and 9D. RGB value is (173,118,157). Sum of RGB (Red+Green+Blue) = 173+118+157=448 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.62% from 448); Green value is 118 (46.48% from 255 or 26.34% from 448); Blue value is 157 (61.72% from 255 or 35.04% from 448); Max value from RGB is 173 - color contains mainly: red. Hex color #AD769D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD769D is #528962. Grayscale: #8A8A8A. Windows color (decimal): -5409123 or 10319533. OLE color: 10319533.

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

Color convert

RGB 173 118 157 -
CMYK 0 0.32 0.09 0.32
HSL 317.45º 0.25% 0.57% -
HSV(B) 317.45º 0.32% 0.68% -
XYZ 29.8 24.28 35.01 -
YUV 138.89 138.22 152.33 -
System Red Green Blue C M Y K H S L
Decimal 173 118 157 0 0.32 0.09 0.32 317.45 0.25 0.57
Hex AD 76 9D 0 20 9 20 13D 19 39
Octal 255 166 235 0 40 11 40 475 31 71
Binary 10101101 1110110 10011101 0 100000 1001 100000 100111101 11001 111001

Color Harmonies of #AD769D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD769D

Black with #AD769D

Text Example


Text Example

White with #AD769D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD769D; }

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

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

background-color css

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

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

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

border-color css

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

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

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