Html Css Color HEX #AD748F Tapestry

📋 copy color: '#AD748F'

red 173 ◦ green 116 ◦ blue 143

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

Shades of Tapestry #AD748F

Tints of Tapestry #AD748F

RGB

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

 GREEN value IS 116 (45.7% from 255) = 26.85%

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

R = 40.05%
G = 26.85%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.17

 K value IS 0.32

RGB Variations

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

Color information

#AD748F (or 0xAD748F) is known color: Tapestry. HEX triplet: AD, 74 and 8F. RGB value is (173,116,143). Sum of RGB (Red+Green+Blue) = 173+116+143=432 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.05% from 432); Green value is 116 (45.70% from 255 or 26.85% from 432); Blue value is 143 (56.25% from 255 or 33.10% from 432); Max value from RGB is 173 - color contains mainly: red. Hex color #AD748F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD748F is #528B70. Grayscale: #888888. Windows color (decimal): -5409649 or 9401517. OLE color: 9401517.

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

Color convert

RGB 173 116 143 -
CMYK 0 0.33 0.17 0.32
HSL 331.58º 0.26% 0.57% -
HSV(B) 331.58º 0.33% 0.68% -
XYZ 28.44 23.36 29 -
YUV 136.12 131.88 154.3 -
System Red Green Blue C M Y K H S L
Decimal 173 116 143 0 0.33 0.17 0.32 331.58 0.26 0.57
Hex AD 74 8F 0 21 11 20 14C 1A 39
Octal 255 164 217 0 41 21 40 514 32 71
Binary 10101101 1110100 10001111 0 100001 10001 100000 101001100 11010 111001

Color Harmonies of #AD748F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD748F

Black with #AD748F

Text Example


Text Example

White with #AD748F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD748F; }

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

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

background-color css

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

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

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

border-color css

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

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

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