Html Css Color HEX #AD888A Tapestry

📋 copy color: '#AD888A'

red 173 ◦ green 136 ◦ blue 138

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

Shades of Tapestry #AD888A

Tints of Tapestry #AD888A

RGB

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

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

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

R = 38.7%
G = 30.43%
B = 30.87%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.20

 K value IS 0.32

RGB Variations

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

Color information

#AD888A (or 0xAD888A) is known color: Tapestry. HEX triplet: AD, 88 and 8A. RGB value is (173,136,138). Sum of RGB (Red+Green+Blue) = 173+136+138=447 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.70% from 447); Green value is 136 (53.52% from 255 or 30.43% from 447); Blue value is 138 (54.30% from 255 or 30.87% from 447); Max value from RGB is 173 - color contains mainly: red. Hex color #AD888A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD888A is #527775. Grayscale: #939393. Windows color (decimal): -5404534 or 9078957. OLE color: 9078957.

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

Color convert

RGB 173 136 138 -
CMYK 0 0.21 0.20 0.32
HSL 356.76º 0.18% 0.61% -
HSV(B) 356.76º 0.21% 0.68% -
XYZ 30.63 28.33 27.9 -
YUV 147.29 122.76 146.34 -
System Red Green Blue C M Y K H S L
Decimal 173 136 138 0 0.21 0.20 0.32 356.76 0.18 0.61
Hex AD 88 8A 0 15 14 20 165 12 3D
Octal 255 210 212 0 25 24 40 545 22 75
Binary 10101101 10001000 10001010 0 10101 10100 100000 101100101 10010 111101

Color Harmonies of #AD888A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD888A

Black with #AD888A

Text Example


Text Example

White with #AD888A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD888A; }

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

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

background-color css

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

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

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

border-color css

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

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

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