Html Css Color HEX #AD758D Tapestry

📋 copy color: '#AD758D'

red 173 ◦ green 117 ◦ blue 141

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

Shades of Tapestry #AD758D

Tints of Tapestry #AD758D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 32.71%

R = 40.14%
G = 27.15%
B = 32.71%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.18

 K value IS 0.32

RGB Variations

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

Color information

#AD758D (or 0xAD758D) is known color: Tapestry. HEX triplet: AD, 75 and 8D. RGB value is (173,117,141). Sum of RGB (Red+Green+Blue) = 173+117+141=431 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.14% from 431); Green value is 117 (46.09% from 255 or 27.15% from 431); Blue value is 141 (55.47% from 255 or 32.71% from 431); Max value from RGB is 173 - color contains mainly: red. Hex color #AD758D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD758D is #528A72. Grayscale: #888888. Windows color (decimal): -5409395 or 9270701. OLE color: 9270701.

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

Color convert

RGB 173 117 141 -
CMYK 0 0.32 0.18 0.32
HSL 334.29º 0.25% 0.57% -
HSV(B) 334.29º 0.32% 0.68% -
XYZ 28.4 23.53 28.24 -
YUV 136.48 130.55 154.05 -
System Red Green Blue C M Y K H S L
Decimal 173 117 141 0 0.32 0.18 0.32 334.29 0.25 0.57
Hex AD 75 8D 0 20 12 20 14E 19 39
Octal 255 165 215 0 40 22 40 516 31 71
Binary 10101101 1110101 10001101 0 100000 10010 100000 101001110 11001 111001

Color Harmonies of #AD758D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD758D

Black with #AD758D

Text Example


Text Example

White with #AD758D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD758D; }

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

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

background-color css

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

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

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

border-color css

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

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

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