Html Css Color HEX #AD7E85 Tapestry

📋 copy color: '#AD7E85'

red 173 ◦ green 126 ◦ blue 133

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

Shades of Tapestry #AD7E85

Tints of Tapestry #AD7E85

RGB

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

 GREEN value IS 126 (49.61% from 255) = 29.17%

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

R = 40.05%
G = 29.17%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.23

 K value IS 0.32

RGB Variations

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

Color information

#AD7E85 (or 0xAD7E85) is known color: Tapestry. HEX triplet: AD, 7E and 85. RGB value is (173,126,133). Sum of RGB (Red+Green+Blue) = 173+126+133=432 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.05% from 432); Green value is 126 (49.61% from 255 or 29.17% from 432); Blue value is 133 (52.34% from 255 or 30.79% from 432); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7E85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7E85 is #52817A. Grayscale: #8C8C8C. Windows color (decimal): -5407099 or 8748717. OLE color: 8748717.

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

Color convert

RGB 173 126 133 -
CMYK 0 0.27 0.23 0.32
HSL 351.06º 0.22% 0.59% -
HSV(B) 351.06º 0.27% 0.68% -
XYZ 28.93 25.5 25.59 -
YUV 140.85 123.57 150.93 -
System Red Green Blue C M Y K H S L
Decimal 173 126 133 0 0.27 0.23 0.32 351.06 0.22 0.59
Hex AD 7E 85 0 1B 17 20 15F 16 3B
Octal 255 176 205 0 33 27 40 537 26 73
Binary 10101101 1111110 10000101 0 11011 10111 100000 101011111 10110 111011

Color Harmonies of #AD7E85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7E85

Black with #AD7E85

Text Example


Text Example

White with #AD7E85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7E85; }

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

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

background-color css

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

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

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

border-color css

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

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

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