Html Css Color HEX #AD769B Bouquet

📋 copy color: '#AD769B'

red 173 ◦ green 118 ◦ blue 155

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

Shades of Bouquet #AD769B

Tints of Bouquet #AD769B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 34.75%

R = 38.79%
G = 26.46%
B = 34.75%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.10

 K value IS 0.32

RGB Variations

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

Color information

#AD769B (or 0xAD769B) is known color: Bouquet. HEX triplet: AD, 76 and 9B. RGB value is (173,118,155). Sum of RGB (Red+Green+Blue) = 173+118+155=446 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.79% from 446); Green value is 118 (46.48% from 255 or 26.46% from 446); Blue value is 155 (60.94% from 255 or 34.75% from 446); Max value from RGB is 173 - color contains mainly: red. Hex color #AD769B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD769B is #528964. Grayscale: #8A8A8A. Windows color (decimal): -5409125 or 10188461. OLE color: 10188461.

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

Color convert

RGB 173 118 155 -
CMYK 0 0.32 0.10 0.32
HSL 319.64º 0.25% 0.57% -
HSV(B) 319.64º 0.32% 0.68% -
XYZ 29.63 24.21 34.12 -
YUV 138.66 137.22 152.49 -
System Red Green Blue C M Y K H S L
Decimal 173 118 155 0 0.32 0.10 0.32 319.64 0.25 0.57
Hex AD 76 9B 0 20 A 20 140 19 39
Octal 255 166 233 0 40 12 40 500 31 71
Binary 10101101 1110110 10011011 0 100000 1010 100000 101000000 11001 111001

Color Harmonies of #AD769B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD769B

Black with #AD769B

Text Example


Text Example

White with #AD769B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD769B; }

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

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

background-color css

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

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

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

border-color css

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

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

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