Html Css Color HEX #AD8D9C Bouquet

📋 copy color: '#AD8D9C'

red 173 ◦ green 141 ◦ blue 156

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

Shades of Bouquet #AD8D9C

Tints of Bouquet #AD8D9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 33.19%

R = 36.81%
G = 30%
B = 33.19%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.10

 K value IS 0.32

RGB Variations

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

Color information

#AD8D9C (or 0xAD8D9C) is known color: Bouquet. HEX triplet: AD, 8D and 9C. RGB value is (173,141,156). Sum of RGB (Red+Green+Blue) = 173+141+156=470 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.81% from 470); Green value is 141 (55.47% from 255 or 30% from 470); Blue value is 156 (61.33% from 255 or 33.19% from 470); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8D9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8D9C is #527263. Grayscale: #989898. Windows color (decimal): -5403236 or 10259885. OLE color: 10259885.

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

Color convert

RGB 173 141 156 -
CMYK 0 0.18 0.10 0.32
HSL 331.88º 0.16% 0.62% -
HSV(B) 331.88º 0.18% 0.68% -
XYZ 32.76 30.33 35.58 -
YUV 152.28 130.1 142.78 -
System Red Green Blue C M Y K H S L
Decimal 173 141 156 0 0.18 0.10 0.32 331.88 0.16 0.62
Hex AD 8D 9C 0 12 A 20 14C 10 3E
Octal 255 215 234 0 22 12 40 514 20 76
Binary 10101101 10001101 10011100 0 10010 1010 100000 101001100 10000 111110

Color Harmonies of #AD8D9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8D9C

Black with #AD8D9C

Text Example


Text Example

White with #AD8D9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8D9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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