Html Css Color HEX #AD8D9F Bouquet

📋 copy color: '#AD8D9F'

red 173 ◦ green 141 ◦ blue 159

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

Shades of Bouquet #AD8D9F

Tints of Bouquet #AD8D9F

RGB

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

 GREEN value IS 141 (55.47% from 255) = 29.81%

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

R = 36.58%
G = 29.81%
B = 33.62%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.08

 K value IS 0.32

RGB Variations

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

Color information

#AD8D9F (or 0xAD8D9F) is known color: Bouquet. HEX triplet: AD, 8D and 9F. RGB value is (173,141,159). Sum of RGB (Red+Green+Blue) = 173+141+159=473 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.58% from 473); Green value is 141 (55.47% from 255 or 29.81% from 473); Blue value is 159 (62.5% from 255 or 33.62% from 473); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8D9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8D9F is #527260. Grayscale: #989898. Windows color (decimal): -5403233 or 10456493. OLE color: 10456493.

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

Color convert

RGB 173 141 159 -
CMYK 0 0.18 0.08 0.32
HSL 326.25º 0.16% 0.62% -
HSV(B) 326.25º 0.18% 0.68% -
XYZ 33.02 30.44 36.94 -
YUV 152.62 131.6 142.54 -
System Red Green Blue C M Y K H S L
Decimal 173 141 159 0 0.18 0.08 0.32 326.25 0.16 0.62
Hex AD 8D 9F 0 12 8 20 146 10 3E
Octal 255 215 237 0 22 10 40 506 20 76
Binary 10101101 10001101 10011111 0 10010 1000 100000 101000110 10000 111110

Color Harmonies of #AD8D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8D9F

Black with #AD8D9F

Text Example


Text Example

White with #AD8D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8D9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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