Html Css Color HEX #AD89A0 Bouquet

📋 copy color: '#AD89A0'

red 173 ◦ green 137 ◦ blue 160

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

Shades of Bouquet #AD89A0

Tints of Bouquet #AD89A0

RGB

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

 GREEN value IS 137 (53.91% from 255) = 29.15%

 BLUE value IS 160 (62.89% from 255) = 34.04%

R = 36.81%
G = 29.15%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.08

 K value IS 0.32

RGB Variations

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

Color information

#AD89A0 (or 0xAD89A0) is known color: Bouquet. HEX triplet: AD, 89 and A0. RGB value is (173,137,160). Sum of RGB (Red+Green+Blue) = 173+137+160=470 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.81% from 470); Green value is 137 (53.91% from 255 or 29.15% from 470); Blue value is 160 (62.89% from 255 or 34.04% from 470); Max value from RGB is 173 - color contains mainly: red. Hex color #AD89A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD89A0 is #52765F. Grayscale: #969696. Windows color (decimal): -5404256 or 10521005. OLE color: 10521005.

HSL color Cylindrical-coordinate representation of color #AD89A0: hue angle of 321.67º degrees, saturation: 0.18, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AD89A0 is Cyan = 0, Magento = 0.21, Yellow = 0.08 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 137 160 -
CMYK 0 0.21 0.08 0.32
HSL 321.67º 0.18% 0.61% -
HSV(B) 321.67º 0.21% 0.68% -
XYZ 32.52 29.31 37.2 -
YUV 150.39 133.43 144.13 -
System Red Green Blue C M Y K H S L
Decimal 173 137 160 0 0.21 0.08 0.32 321.67 0.18 0.61
Hex AD 89 A0 0 15 8 20 142 12 3D
Octal 255 211 240 0 25 10 40 502 22 75
Binary 10101101 10001001 10100000 0 10101 1000 100000 101000010 10010 111101

Color Harmonies of #AD89A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD89A0

Black with #AD89A0

Text Example


Text Example

White with #AD89A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD89A0; }

 p { color: rgb(173,137,160); }

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

background-color css

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

 a { background-color: rgb(173,137,160); }

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

border-color css

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

 span { border-color: rgb(173,137,160); }

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