Html Css Color HEX #AD757F Tapestry

📋 copy color: '#AD757F'

red 173 ◦ green 117 ◦ blue 127

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

Shades of Tapestry #AD757F

Tints of Tapestry #AD757F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 28.06%

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

R = 41.49%
G = 28.06%
B = 30.46%

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

#AD757F (or 0xAD757F) is known color: Tapestry. HEX triplet: AD, 75 and 7F. RGB value is (173,117,127). Sum of RGB (Red+Green+Blue) = 173+117+127=417 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.49% from 417); Green value is 117 (46.09% from 255 or 28.06% from 417); Blue value is 127 (50% from 255 or 30.46% from 417); Max value from RGB is 173 - color contains mainly: red. Hex color #AD757F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD757F is #528A80. Grayscale: #868686. Windows color (decimal): -5409409 or 8353197. OLE color: 8353197.

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

Color convert

RGB 173 117 127 -
CMYK 0 0.32 0.27 0.32
HSL 349.29º 0.25% 0.57% -
HSV(B) 349.29º 0.32% 0.68% -
XYZ 27.43 23.14 23.1 -
YUV 134.88 123.55 155.19 -
System Red Green Blue C M Y K H S L
Decimal 173 117 127 0 0.32 0.27 0.32 349.29 0.25 0.57
Hex AD 75 7F 0 20 1B 20 15D 19 39
Octal 255 165 177 0 40 33 40 535 31 71
Binary 10101101 1110101 1111111 0 100000 11011 100000 101011101 11001 111001

Color Harmonies of #AD757F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD757F

Black with #AD757F

Text Example


Text Example

White with #AD757F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD757F; }

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

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

background-color css

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

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

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

border-color css

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

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

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