Html Css Color HEX #AD8491 Tapestry

📋 copy color: '#AD8491'

red 173 ◦ green 132 ◦ blue 145

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

Shades of Tapestry #AD8491

Tints of Tapestry #AD8491

RGB

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

 GREEN value IS 132 (51.95% from 255) = 29.33%

 BLUE value IS 145 (57.03% from 255) = 32.22%

R = 38.44%
G = 29.33%
B = 32.22%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.16

 K value IS 0.32

RGB Variations

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

Color information

#AD8491 (or 0xAD8491) is known color: Tapestry. HEX triplet: AD, 84 and 91. RGB value is (173,132,145). Sum of RGB (Red+Green+Blue) = 173+132+145=450 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.44% from 450); Green value is 132 (51.95% from 255 or 29.33% from 450); Blue value is 145 (57.03% from 255 or 32.22% from 450); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8491 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8491 is #527B6E. Grayscale: #919191. Windows color (decimal): -5405551 or 9536685. OLE color: 9536685.

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

Color convert

RGB 173 132 145 -
CMYK 0 0.24 0.16 0.32
HSL 340.98º 0.2% 0.6% -
HSV(B) 340.98º 0.24% 0.68% -
XYZ 30.6 27.43 30.47 -
YUV 145.74 127.58 147.44 -
System Red Green Blue C M Y K H S L
Decimal 173 132 145 0 0.24 0.16 0.32 340.98 0.2 0.6
Hex AD 84 91 0 18 10 20 155 14 3C
Octal 255 204 221 0 30 20 40 525 24 74
Binary 10101101 10000100 10010001 0 11000 10000 100000 101010101 10100 111100

Color Harmonies of #AD8491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8491

Black with #AD8491

Text Example


Text Example

White with #AD8491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8491; }

 p { color: rgb(173,132,145); }

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

background-color css

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

 a { background-color: rgb(173,132,145); }

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

border-color css

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

 span { border-color: rgb(173,132,145); }

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