Html Css Color HEX #AD747F Tapestry

📋 copy color: '#AD747F'

red 173 ◦ green 116 ◦ blue 127

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

Shades of Tapestry #AD747F

Tints of Tapestry #AD747F

RGB

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

 GREEN value IS 116 (45.7% from 255) = 27.88%

 BLUE value IS 127 (50% from 255) = 30.53%

R = 41.59%
G = 27.88%
B = 30.53%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.27

 K value IS 0.32

RGB Variations

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

Color information

#AD747F (or 0xAD747F) is known color: Tapestry. HEX triplet: AD, 74 and 7F. RGB value is (173,116,127). Sum of RGB (Red+Green+Blue) = 173+116+127=416 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.59% from 416); Green value is 116 (45.70% from 255 or 27.88% from 416); Blue value is 127 (50% from 255 or 30.53% from 416); Max value from RGB is 173 - color contains mainly: red. Hex color #AD747F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD747F is #528B80. Grayscale: #868686. Windows color (decimal): -5409665 or 8352941. OLE color: 8352941.

HSL color Cylindrical-coordinate representation of color #AD747F: hue angle of 348.42º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AD747F is Cyan = 0, Magento = 0.33, Yellow = 0.27 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 116 127 -
CMYK 0 0.33 0.27 0.32
HSL 348.42º 0.26% 0.57% -
HSV(B) 348.42º 0.33% 0.68% -
XYZ 27.31 22.91 23.06 -
YUV 134.3 123.88 155.61 -
System Red Green Blue C M Y K H S L
Decimal 173 116 127 0 0.33 0.27 0.32 348.42 0.26 0.57
Hex AD 74 7F 0 21 1B 20 15C 1A 39
Octal 255 164 177 0 41 33 40 534 32 71
Binary 10101101 1110100 1111111 0 100001 11011 100000 101011100 11010 111001

Color Harmonies of #AD747F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD747F

Black with #AD747F

Text Example


Text Example

White with #AD747F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD747F; }

 p { color: rgb(173,116,127); }

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

background-color css

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

 a { background-color: rgb(173,116,127); }

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

border-color css

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

 span { border-color: rgb(173,116,127); }

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