Html Css Color HEX #AD689B Bouquet

📋 copy color: '#AD689B'

red 173 ◦ green 104 ◦ blue 155

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

Shades of Bouquet #AD689B

Tints of Bouquet #AD689B

RGB

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

 GREEN value IS 104 (41.02% from 255) = 24.07%

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

R = 40.05%
G = 24.07%
B = 35.88%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.10

 K value IS 0.32

RGB Variations

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

Color information

#AD689B (or 0xAD689B) is known color: Bouquet. HEX triplet: AD, 68 and 9B. RGB value is (173,104,155). Sum of RGB (Red+Green+Blue) = 173+104+155=432 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.05% from 432); Green value is 104 (41.02% from 255 or 24.07% from 432); Blue value is 155 (60.94% from 255 or 35.88% from 432); Max value from RGB is 173 - color contains mainly: red. Hex color #AD689B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD689B is #529764. Grayscale: #828282. Windows color (decimal): -5412709 or 10184877. OLE color: 10184877.

HSL color Cylindrical-coordinate representation of color #AD689B: hue angle of 315.65º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AD689B is Cyan = 0, Magento = 0.40, Yellow = 0.10 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 104 155 -
CMYK 0 0.40 0.10 0.32
HSL 315.65º 0.3% 0.54% -
HSV(B) 315.65º 0.4% 0.68% -
XYZ 28.1 21.15 33.61 -
YUV 130.45 141.86 158.35 -
System Red Green Blue C M Y K H S L
Decimal 173 104 155 0 0.40 0.10 0.32 315.65 0.3 0.54
Hex AD 68 9B 0 28 A 20 13C 1E 36
Octal 255 150 233 0 50 12 40 474 36 66
Binary 10101101 1101000 10011011 0 101000 1010 100000 100111100 11110 110110

Color Harmonies of #AD689B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD689B

Black with #AD689B

Text Example


Text Example

White with #AD689B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD689B; }

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

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

background-color css

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

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

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

border-color css

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

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

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