Html Css Color HEX #AD858A Tapestry

📋 copy color: '#AD858A'

red 173 ◦ green 133 ◦ blue 138

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

Shades of Tapestry #AD858A

Tints of Tapestry #AD858A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 31.08%

R = 38.96%
G = 29.95%
B = 31.08%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.20

 K value IS 0.32

RGB Variations

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

Color information

#AD858A (or 0xAD858A) is known color: Tapestry. HEX triplet: AD, 85 and 8A. RGB value is (173,133,138). Sum of RGB (Red+Green+Blue) = 173+133+138=444 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.96% from 444); Green value is 133 (52.34% from 255 or 29.95% from 444); Blue value is 138 (54.30% from 255 or 31.08% from 444); Max value from RGB is 173 - color contains mainly: red. Hex color #AD858A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD858A is #527A75. Grayscale: #919191. Windows color (decimal): -5405302 or 9078189. OLE color: 9078189.

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

Color convert

RGB 173 133 138 -
CMYK 0 0.23 0.20 0.32
HSL 352.5º 0.2% 0.6% -
HSV(B) 352.5º 0.23% 0.68% -
XYZ 30.21 27.49 27.76 -
YUV 145.53 123.75 147.59 -
System Red Green Blue C M Y K H S L
Decimal 173 133 138 0 0.23 0.20 0.32 352.5 0.2 0.6
Hex AD 85 8A 0 17 14 20 160 14 3C
Octal 255 205 212 0 27 24 40 540 24 74
Binary 10101101 10000101 10001010 0 10111 10100 100000 101100000 10100 111100

Color Harmonies of #AD858A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD858A

Black with #AD858A

Text Example


Text Example

White with #AD858A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD858A; }

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

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

background-color css

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

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

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

border-color css

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

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

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