Html Css Color HEX #AD889F Bouquet

📋 copy color: '#AD889F'

red 173 ◦ green 136 ◦ blue 159

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

Shades of Bouquet #AD889F

Tints of Bouquet #AD889F

RGB

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

 GREEN value IS 136 (53.52% from 255) = 29.06%

 BLUE value IS 159 (62.5% from 255) = 33.97%

R = 36.97%
G = 29.06%
B = 33.97%

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

#AD889F (or 0xAD889F) is known color: Bouquet. HEX triplet: AD, 88 and 9F. RGB value is (173,136,159). Sum of RGB (Red+Green+Blue) = 173+136+159=468 (61% of max value = 765). Red value is 173 (67.97% from 255 or 36.97% from 468); Green value is 136 (53.52% from 255 or 29.06% from 468); Blue value is 159 (62.5% from 255 or 33.97% from 468); Max value from RGB is 173 - color contains mainly: red. Hex color #AD889F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD889F is #527760. Grayscale: #959595. Windows color (decimal): -5404513 or 10455213. OLE color: 10455213.

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

Color convert

RGB 173 136 159 -
CMYK 0 0.21 0.08 0.32
HSL 322.7º 0.18% 0.61% -
HSV(B) 322.7º 0.21% 0.68% -
XYZ 32.3 29 36.7 -
YUV 149.69 133.26 144.63 -
System Red Green Blue C M Y K H S L
Decimal 173 136 159 0 0.21 0.08 0.32 322.7 0.18 0.61
Hex AD 88 9F 0 15 8 20 143 12 3D
Octal 255 210 237 0 25 10 40 503 22 75
Binary 10101101 10001000 10011111 0 10101 1000 100000 101000011 10010 111101

Color Harmonies of #AD889F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD889F

Black with #AD889F

Text Example


Text Example

White with #AD889F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD889F; }

 p { color: rgb(173,136,159); }

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

background-color css

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

 a { background-color: rgb(173,136,159); }

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

border-color css

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

 span { border-color: rgb(173,136,159); }

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