Html Css Color HEX #AD858C Tapestry

📋 copy color: '#AD858C'

red 173 ◦ green 133 ◦ blue 140

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

Shades of Tapestry #AD858C

Tints of Tapestry #AD858C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 31.39%

R = 38.79%
G = 29.82%
B = 31.39%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.19

 K value IS 0.32

RGB Variations

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

Color information

#AD858C (or 0xAD858C) is known color: Tapestry. HEX triplet: AD, 85 and 8C. RGB value is (173,133,140). Sum of RGB (Red+Green+Blue) = 173+133+140=446 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.79% from 446); Green value is 133 (52.34% from 255 or 29.82% from 446); Blue value is 140 (55.08% from 255 or 31.39% from 446); Max value from RGB is 173 - color contains mainly: red. Hex color #AD858C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD858C is #527A73. Grayscale: #919191. Windows color (decimal): -5405300 or 9209261. OLE color: 9209261.

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

Color convert

RGB 173 133 140 -
CMYK 0 0.23 0.19 0.32
HSL 349.5º 0.2% 0.6% -
HSV(B) 349.5º 0.23% 0.68% -
XYZ 30.35 27.55 28.53 -
YUV 145.76 124.75 147.43 -
System Red Green Blue C M Y K H S L
Decimal 173 133 140 0 0.23 0.19 0.32 349.5 0.2 0.6
Hex AD 85 8C 0 17 13 20 15E 14 3C
Octal 255 205 214 0 27 23 40 536 24 74
Binary 10101101 10000101 10001100 0 10111 10011 100000 101011110 10100 111100

Color Harmonies of #AD858C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD858C

Black with #AD858C

Text Example


Text Example

White with #AD858C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD858C; }

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

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

background-color css

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

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

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

border-color css

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

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

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