Html Css Color HEX #AD8E9E Bouquet

📋 copy color: '#AD8E9E'

red 173 ◦ green 142 ◦ blue 158

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

Shades of Bouquet #AD8E9E

Tints of Bouquet #AD8E9E

RGB

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

 GREEN value IS 142 (55.86% from 255) = 30.02%

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

R = 36.58%
G = 30.02%
B = 33.4%

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

#AD8E9E (or 0xAD8E9E) is known color: Bouquet. HEX triplet: AD, 8E and 9E. RGB value is (173,142,158). Sum of RGB (Red+Green+Blue) = 173+142+158=473 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.58% from 473); Green value is 142 (55.86% from 255 or 30.02% from 473); Blue value is 158 (62.11% from 255 or 33.40% from 473); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8E9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8E9E is #527161. Grayscale: #999999. Windows color (decimal): -5402978 or 10391213. OLE color: 10391213.

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

Color convert

RGB 173 142 158 -
CMYK 0 0.18 0.09 0.32
HSL 329.03º 0.16% 0.62% -
HSV(B) 329.03º 0.18% 0.68% -
XYZ 33.08 30.7 36.53 -
YUV 153.09 130.77 142.2 -
System Red Green Blue C M Y K H S L
Decimal 173 142 158 0 0.18 0.09 0.32 329.03 0.16 0.62
Hex AD 8E 9E 0 12 9 20 149 10 3E
Octal 255 216 236 0 22 11 40 511 20 76
Binary 10101101 10001110 10011110 0 10010 1001 100000 101001001 10000 111110

Color Harmonies of #AD8E9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8E9E

Black with #AD8E9E

Text Example


Text Example

White with #AD8E9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8E9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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