Html Css Color HEX #AD8291 Tapestry

📋 copy color: '#AD8291'

red 173 ◦ green 130 ◦ blue 145

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

Shades of Tapestry #AD8291

Tints of Tapestry #AD8291

RGB

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

 GREEN value IS 130 (51.17% from 255) = 29.02%

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

R = 38.62%
G = 29.02%
B = 32.37%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.16

 K value IS 0.32

RGB Variations

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

Color information

#AD8291 (or 0xAD8291) is known color: Tapestry. HEX triplet: AD, 82 and 91. RGB value is (173,130,145). Sum of RGB (Red+Green+Blue) = 173+130+145=448 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.62% from 448); Green value is 130 (51.17% from 255 or 29.02% from 448); Blue value is 145 (57.03% from 255 or 32.37% from 448); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8291 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8291 is #527D6E. Grayscale: #909090. Windows color (decimal): -5406063 or 9536173. OLE color: 9536173.

HSL color Cylindrical-coordinate representation of color #AD8291: hue angle of 339.07º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AD8291 is Cyan = 0, Magento = 0.25, Yellow = 0.16 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 130 145 -
CMYK 0 0.25 0.16 0.32
HSL 339.07º 0.21% 0.59% -
HSV(B) 339.07º 0.25% 0.68% -
XYZ 30.33 26.89 30.38 -
YUV 144.57 128.25 148.28 -
System Red Green Blue C M Y K H S L
Decimal 173 130 145 0 0.25 0.16 0.32 339.07 0.21 0.59
Hex AD 82 91 0 19 10 20 153 15 3B
Octal 255 202 221 0 31 20 40 523 25 73
Binary 10101101 10000010 10010001 0 11001 10000 100000 101010011 10101 111011

Color Harmonies of #AD8291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8291

Black with #AD8291

Text Example


Text Example

White with #AD8291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8291; }

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

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

background-color css

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

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

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

border-color css

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

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

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