Html Css Color HEX #AD858F Tapestry

📋 copy color: '#AD858F'

red 173 ◦ green 133 ◦ blue 143

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

Shades of Tapestry #AD858F

Tints of Tapestry #AD858F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 31.85%

R = 38.53%
G = 29.62%
B = 31.85%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.17

 K value IS 0.32

RGB Variations

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

Color information

#AD858F (or 0xAD858F) is known color: Tapestry. HEX triplet: AD, 85 and 8F. RGB value is (173,133,143). Sum of RGB (Red+Green+Blue) = 173+133+143=449 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.53% from 449); Green value is 133 (52.34% from 255 or 29.62% from 449); Blue value is 143 (56.25% from 255 or 31.85% from 449); Max value from RGB is 173 - color contains mainly: red. Hex color #AD858F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD858F is #527A70. Grayscale: #929292. Windows color (decimal): -5405297 or 9405869. OLE color: 9405869.

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

Color convert

RGB 173 133 143 -
CMYK 0 0.23 0.17 0.32
HSL 345º 0.2% 0.6% -
HSV(B) 345º 0.23% 0.68% -
XYZ 30.58 27.64 29.71 -
YUV 146.1 126.25 147.19 -
System Red Green Blue C M Y K H S L
Decimal 173 133 143 0 0.23 0.17 0.32 345 0.2 0.6
Hex AD 85 8F 0 17 11 20 159 14 3C
Octal 255 205 217 0 27 21 40 531 24 74
Binary 10101101 10000101 10001111 0 10111 10001 100000 101011001 10100 111100

Color Harmonies of #AD858F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD858F

Black with #AD858F

Text Example


Text Example

White with #AD858F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD858F; }

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

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

background-color css

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

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

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

border-color css

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

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

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