Html Css Color HEX #AD767F Tapestry

📋 copy color: '#AD767F'

red 173 ◦ green 118 ◦ blue 127

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

Shades of Tapestry #AD767F

Tints of Tapestry #AD767F

RGB

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

 GREEN value IS 118 (46.48% from 255) = 28.23%

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

R = 41.39%
G = 28.23%
B = 30.38%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.27

 K value IS 0.32

RGB Variations

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

Color information

#AD767F (or 0xAD767F) is known color: Tapestry. HEX triplet: AD, 76 and 7F. RGB value is (173,118,127). Sum of RGB (Red+Green+Blue) = 173+118+127=418 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.39% from 418); Green value is 118 (46.48% from 255 or 28.23% from 418); Blue value is 127 (50% from 255 or 30.38% from 418); Max value from RGB is 173 - color contains mainly: red. Hex color #AD767F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD767F is #528980. Grayscale: #878787. Windows color (decimal): -5409153 or 8353453. OLE color: 8353453.

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

Color convert

RGB 173 118 127 -
CMYK 0 0.32 0.27 0.32
HSL 350.18º 0.25% 0.57% -
HSV(B) 350.18º 0.32% 0.68% -
XYZ 27.54 23.37 23.14 -
YUV 135.47 123.22 154.77 -
System Red Green Blue C M Y K H S L
Decimal 173 118 127 0 0.32 0.27 0.32 350.18 0.25 0.57
Hex AD 76 7F 0 20 1B 20 15E 19 39
Octal 255 166 177 0 40 33 40 536 31 71
Binary 10101101 1110110 1111111 0 100000 11011 100000 101011110 11001 111001

Color Harmonies of #AD767F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD767F

Black with #AD767F

Text Example


Text Example

White with #AD767F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD767F; }

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

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

background-color css

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

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

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

border-color css

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

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

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