Html Css Color HEX #AD699B Bouquet

📋 copy color: '#AD699B'

red 173 ◦ green 105 ◦ blue 155

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

Shades of Bouquet #AD699B

Tints of Bouquet #AD699B

RGB

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

 GREEN value IS 105 (41.41% from 255) = 24.25%

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

R = 39.95%
G = 24.25%
B = 35.8%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.10

 K value IS 0.32

RGB Variations

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

Color information

#AD699B (or 0xAD699B) is known color: Bouquet. HEX triplet: AD, 69 and 9B. RGB value is (173,105,155). Sum of RGB (Red+Green+Blue) = 173+105+155=433 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.95% from 433); Green value is 105 (41.41% from 255 or 24.25% from 433); Blue value is 155 (60.94% from 255 or 35.80% from 433); Max value from RGB is 173 - color contains mainly: red. Hex color #AD699B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD699B is #529664. Grayscale: #828282. Windows color (decimal): -5412453 or 10185133. OLE color: 10185133.

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

Color convert

RGB 173 105 155 -
CMYK 0 0.39 0.10 0.32
HSL 315.88º 0.29% 0.55% -
HSV(B) 315.88º 0.39% 0.68% -
XYZ 28.2 21.35 33.65 -
YUV 131.03 141.53 157.93 -
System Red Green Blue C M Y K H S L
Decimal 173 105 155 0 0.39 0.10 0.32 315.88 0.29 0.55
Hex AD 69 9B 0 27 A 20 13C 1D 37
Octal 255 151 233 0 47 12 40 474 35 67
Binary 10101101 1101001 10011011 0 100111 1010 100000 100111100 11101 110111

Color Harmonies of #AD699B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD699B

Black with #AD699B

Text Example


Text Example

White with #AD699B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD699B; }

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

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

background-color css

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

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

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

border-color css

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

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

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