Html Css Color HEX #AD697F Tapestry

📋 copy color: '#AD697F'

red 173 ◦ green 105 ◦ blue 127

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

Shades of Tapestry #AD697F

Tints of Tapestry #AD697F

RGB

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

 GREEN value IS 105 (41.41% from 255) = 25.93%

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

R = 42.72%
G = 25.93%
B = 31.36%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.27

 K value IS 0.32

RGB Variations

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

Color information

#AD697F (or 0xAD697F) is known color: Tapestry. HEX triplet: AD, 69 and 7F. RGB value is (173,105,127). Sum of RGB (Red+Green+Blue) = 173+105+127=405 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.72% from 405); Green value is 105 (41.41% from 255 or 25.93% from 405); Blue value is 127 (50% from 255 or 31.36% from 405); Max value from RGB is 173 - color contains mainly: red. Hex color #AD697F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD697F is #529680. Grayscale: #7F7F7F. Windows color (decimal): -5412481 or 8350125. OLE color: 8350125.

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

Color convert

RGB 173 105 127 -
CMYK 0 0.39 0.27 0.32
HSL 340.59º 0.29% 0.55% -
HSV(B) 340.59º 0.39% 0.68% -
XYZ 26.12 20.52 22.66 -
YUV 127.84 127.53 160.21 -
System Red Green Blue C M Y K H S L
Decimal 173 105 127 0 0.39 0.27 0.32 340.59 0.29 0.55
Hex AD 69 7F 0 27 1B 20 155 1D 37
Octal 255 151 177 0 47 33 40 525 35 67
Binary 10101101 1101001 1111111 0 100111 11011 100000 101010101 11101 110111

Color Harmonies of #AD697F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD697F

Black with #AD697F

Text Example


Text Example

White with #AD697F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD697F; }

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

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

background-color css

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

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

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

border-color css

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

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

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