Html Css Color HEX #AD8390 Tapestry

📋 copy color: '#AD8390'

red 173 ◦ green 131 ◦ blue 144

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

Shades of Tapestry #AD8390

Tints of Tapestry #AD8390

RGB

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

 GREEN value IS 131 (51.56% from 255) = 29.24%

 BLUE value IS 144 (56.64% from 255) = 32.14%

R = 38.62%
G = 29.24%
B = 32.14%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.17

 K value IS 0.32

RGB Variations

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

Color information

#AD8390 (or 0xAD8390) is known color: Tapestry. HEX triplet: AD, 83 and 90. RGB value is (173,131,144). Sum of RGB (Red+Green+Blue) = 173+131+144=448 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.62% from 448); Green value is 131 (51.56% from 255 or 29.24% from 448); Blue value is 144 (56.64% from 255 or 32.14% from 448); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8390 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8390 is #527C6F. Grayscale: #919191. Windows color (decimal): -5405808 or 9470893. OLE color: 9470893.

HSL color Cylindrical-coordinate representation of color #AD8390: hue angle of 341.43º degrees, saturation: 0.2, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AD8390 is Cyan = 0, Magento = 0.24, Yellow = 0.17 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 131 144 -
CMYK 0 0.24 0.17 0.32
HSL 341.43º 0.2% 0.6% -
HSV(B) 341.43º 0.24% 0.68% -
XYZ 30.38 27.13 30.02 -
YUV 145.04 127.41 147.94 -
System Red Green Blue C M Y K H S L
Decimal 173 131 144 0 0.24 0.17 0.32 341.43 0.2 0.6
Hex AD 83 90 0 18 11 20 155 14 3C
Octal 255 203 220 0 30 21 40 525 24 74
Binary 10101101 10000011 10010000 0 11000 10001 100000 101010101 10100 111100

Color Harmonies of #AD8390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8390

Black with #AD8390

Text Example


Text Example

White with #AD8390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8390; }

 p { color: rgb(173,131,144); }

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

background-color css

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

 a { background-color: rgb(173,131,144); }

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

border-color css

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

 span { border-color: rgb(173,131,144); }

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