Html Css Color HEX #AD858D Tapestry

📋 copy color: '#AD858D'

red 173 ◦ green 133 ◦ blue 141

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

Shades of Tapestry #AD858D

Tints of Tapestry #AD858D

RGB

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

 GREEN value IS 133 (52.34% from 255) = 29.75%

 BLUE value IS 141 (55.47% from 255) = 31.54%

R = 38.7%
G = 29.75%
B = 31.54%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.18

 K value IS 0.32

RGB Variations

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

Color information

#AD858D (or 0xAD858D) is known color: Tapestry. HEX triplet: AD, 85 and 8D. RGB value is (173,133,141). Sum of RGB (Red+Green+Blue) = 173+133+141=447 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.70% from 447); Green value is 133 (52.34% from 255 or 29.75% from 447); Blue value is 141 (55.47% from 255 or 31.54% from 447); Max value from RGB is 173 - color contains mainly: red. Hex color #AD858D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD858D is #527A72. Grayscale: #919191. Windows color (decimal): -5405299 or 9274797. OLE color: 9274797.

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

Color convert

RGB 173 133 141 -
CMYK 0 0.23 0.18 0.32
HSL 348º 0.2% 0.6% -
HSV(B) 348º 0.23% 0.68% -
XYZ 30.43 27.58 28.92 -
YUV 145.87 125.25 147.35 -
System Red Green Blue C M Y K H S L
Decimal 173 133 141 0 0.23 0.18 0.32 348 0.2 0.6
Hex AD 85 8D 0 17 12 20 15C 14 3C
Octal 255 205 215 0 27 22 40 534 24 74
Binary 10101101 10000101 10001101 0 10111 10010 100000 101011100 10100 111100

Color Harmonies of #AD858D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD858D

Black with #AD858D

Text Example


Text Example

White with #AD858D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD858D; }

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

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

background-color css

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

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

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

border-color css

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

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

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