Html Css Color HEX #AD7385 Tapestry

📋 copy color: '#AD7385'

red 173 ◦ green 115 ◦ blue 133

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

Shades of Tapestry #AD7385

Tints of Tapestry #AD7385

RGB

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

 GREEN value IS 115 (45.31% from 255) = 27.32%

 BLUE value IS 133 (52.34% from 255) = 31.59%

R = 41.09%
G = 27.32%
B = 31.59%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.23

 K value IS 0.32

RGB Variations

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

Color information

#AD7385 (or 0xAD7385) is known color: Tapestry. HEX triplet: AD, 73 and 85. RGB value is (173,115,133). Sum of RGB (Red+Green+Blue) = 173+115+133=421 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.09% from 421); Green value is 115 (45.31% from 255 or 27.32% from 421); Blue value is 133 (52.34% from 255 or 31.59% from 421); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7385 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7385 is #528C7A. Grayscale: #868686. Windows color (decimal): -5409915 or 8745901. OLE color: 8745901.

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

Color convert

RGB 173 115 133 -
CMYK 0 0.34 0.23 0.32
HSL 341.38º 0.26% 0.56% -
HSV(B) 341.38º 0.34% 0.68% -
XYZ 27.6 22.84 25.14 -
YUV 134.39 127.22 155.54 -
System Red Green Blue C M Y K H S L
Decimal 173 115 133 0 0.34 0.23 0.32 341.38 0.26 0.56
Hex AD 73 85 0 22 17 20 155 1A 38
Octal 255 163 205 0 42 27 40 525 32 70
Binary 10101101 1110011 10000101 0 100010 10111 100000 101010101 11010 111000

Color Harmonies of #AD7385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7385

Black with #AD7385

Text Example


Text Example

White with #AD7385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7385; }

 p { color: rgb(173,115,133); }

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

background-color css

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

 a { background-color: rgb(173,115,133); }

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

border-color css

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

 span { border-color: rgb(173,115,133); }

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