Html Css Color HEX #AD8D9E Bouquet

📋 copy color: '#AD8D9E'

red 173 ◦ green 141 ◦ blue 158

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

Shades of Bouquet #AD8D9E

Tints of Bouquet #AD8D9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 33.47%

R = 36.65%
G = 29.87%
B = 33.47%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.09

 K value IS 0.32

RGB Variations

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

Color information

#AD8D9E (or 0xAD8D9E) is known color: Bouquet. HEX triplet: AD, 8D and 9E. RGB value is (173,141,158). Sum of RGB (Red+Green+Blue) = 173+141+158=472 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.65% from 472); Green value is 141 (55.47% from 255 or 29.87% from 472); Blue value is 158 (62.11% from 255 or 33.47% from 472); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8D9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8D9E is #527261. Grayscale: #989898. Windows color (decimal): -5403234 or 10390957. OLE color: 10390957.

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

Color convert

RGB 173 141 158 -
CMYK 0 0.18 0.09 0.32
HSL 328.13º 0.16% 0.62% -
HSV(B) 328.13º 0.18% 0.68% -
XYZ 32.93 30.4 36.48 -
YUV 152.51 131.1 142.62 -
System Red Green Blue C M Y K H S L
Decimal 173 141 158 0 0.18 0.09 0.32 328.13 0.16 0.62
Hex AD 8D 9E 0 12 9 20 148 10 3E
Octal 255 215 236 0 22 11 40 510 20 76
Binary 10101101 10001101 10011110 0 10010 1001 100000 101001000 10000 111110

Color Harmonies of #AD8D9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8D9E

Black with #AD8D9E

Text Example


Text Example

White with #AD8D9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8D9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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