Html Css Color HEX #AD888E Tapestry

📋 copy color: '#AD888E'

red 173 ◦ green 136 ◦ blue 142

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

Shades of Tapestry #AD888E

Tints of Tapestry #AD888E

RGB

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

 GREEN value IS 136 (53.52% from 255) = 30.16%

 BLUE value IS 142 (55.86% from 255) = 31.49%

R = 38.36%
G = 30.16%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.18

 K value IS 0.32

RGB Variations

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

Color information

#AD888E (or 0xAD888E) is known color: Tapestry. HEX triplet: AD, 88 and 8E. RGB value is (173,136,142). Sum of RGB (Red+Green+Blue) = 173+136+142=451 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.36% from 451); Green value is 136 (53.52% from 255 or 30.16% from 451); Blue value is 142 (55.86% from 255 or 31.49% from 451); Max value from RGB is 173 - color contains mainly: red. Hex color #AD888E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD888E is #527771. Grayscale: #939393. Windows color (decimal): -5404530 or 9341101. OLE color: 9341101.

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

Color convert

RGB 173 136 142 -
CMYK 0 0.21 0.18 0.32
HSL 350.27º 0.18% 0.61% -
HSV(B) 350.27º 0.21% 0.68% -
XYZ 30.92 28.45 29.45 -
YUV 147.75 124.76 146.01 -
System Red Green Blue C M Y K H S L
Decimal 173 136 142 0 0.21 0.18 0.32 350.27 0.18 0.61
Hex AD 88 8E 0 15 12 20 15E 12 3D
Octal 255 210 216 0 25 22 40 536 22 75
Binary 10101101 10001000 10001110 0 10101 10010 100000 101011110 10010 111101

Color Harmonies of #AD888E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD888E

Black with #AD888E

Text Example


Text Example

White with #AD888E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD888E; }

 p { color: rgb(173,136,142); }

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

background-color css

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

 a { background-color: rgb(173,136,142); }

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

border-color css

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

 span { border-color: rgb(173,136,142); }

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