Html Css Color HEX #AD898C Tapestry

📋 copy color: '#AD898C'

red 173 ◦ green 137 ◦ blue 140

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

Shades of Tapestry #AD898C

Tints of Tapestry #AD898C

RGB

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

 GREEN value IS 137 (53.91% from 255) = 30.44%

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

R = 38.44%
G = 30.44%
B = 31.11%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.19

 K value IS 0.32

RGB Variations

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

Color information

#AD898C (or 0xAD898C) is known color: Tapestry. HEX triplet: AD, 89 and 8C. RGB value is (173,137,140). Sum of RGB (Red+Green+Blue) = 173+137+140=450 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.44% from 450); Green value is 137 (53.91% from 255 or 30.44% from 450); Blue value is 140 (55.08% from 255 or 31.11% from 450); Max value from RGB is 173 - color contains mainly: red. Hex color #AD898C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD898C is #527673. Grayscale: #949494. Windows color (decimal): -5404276 or 9210285. OLE color: 9210285.

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

Color convert

RGB 173 137 140 -
CMYK 0 0.21 0.19 0.32
HSL 355º 0.18% 0.61% -
HSV(B) 355º 0.21% 0.68% -
XYZ 30.91 28.67 28.72 -
YUV 148.11 123.43 145.76 -
System Red Green Blue C M Y K H S L
Decimal 173 137 140 0 0.21 0.19 0.32 355 0.18 0.61
Hex AD 89 8C 0 15 13 20 163 12 3D
Octal 255 211 214 0 25 23 40 543 22 75
Binary 10101101 10001001 10001100 0 10101 10011 100000 101100011 10010 111101

Color Harmonies of #AD898C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD898C

Black with #AD898C

Text Example


Text Example

White with #AD898C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD898C; }

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

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

background-color css

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

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

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

border-color css

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

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

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