Html Css Color HEX #AD758F Tapestry

📋 copy color: '#AD758F'

red 173 ◦ green 117 ◦ blue 143

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

Shades of Tapestry #AD758F

Tints of Tapestry #AD758F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 33.03%

R = 39.95%
G = 27.02%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.17

 K value IS 0.32

RGB Variations

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

Color information

#AD758F (or 0xAD758F) is known color: Tapestry. HEX triplet: AD, 75 and 8F. RGB value is (173,117,143). Sum of RGB (Red+Green+Blue) = 173+117+143=433 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.95% from 433); Green value is 117 (46.09% from 255 or 27.02% from 433); Blue value is 143 (56.25% from 255 or 33.03% from 433); Max value from RGB is 173 - color contains mainly: red. Hex color #AD758F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD758F is #528A70. Grayscale: #888888. Windows color (decimal): -5409393 or 9401773. OLE color: 9401773.

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

Color convert

RGB 173 117 143 -
CMYK 0 0.32 0.17 0.32
HSL 332.14º 0.25% 0.57% -
HSV(B) 332.14º 0.32% 0.68% -
XYZ 28.55 23.59 29.04 -
YUV 136.71 131.55 153.89 -
System Red Green Blue C M Y K H S L
Decimal 173 117 143 0 0.32 0.17 0.32 332.14 0.25 0.57
Hex AD 75 8F 0 20 11 20 14C 19 39
Octal 255 165 217 0 40 21 40 514 31 71
Binary 10101101 1110101 10001111 0 100000 10001 100000 101001100 11001 111001

Color Harmonies of #AD758F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD758F

Black with #AD758F

Text Example


Text Example

White with #AD758F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD758F; }

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

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

background-color css

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

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

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

border-color css

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

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

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