Html Css Color HEX #AD7685 Tapestry

📋 copy color: '#AD7685'

red 173 ◦ green 118 ◦ blue 133

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

Shades of Tapestry #AD7685

Tints of Tapestry #AD7685

RGB

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

 GREEN value IS 118 (46.48% from 255) = 27.83%

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

R = 40.8%
G = 27.83%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.23

 K value IS 0.32

RGB Variations

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

Color information

#AD7685 (or 0xAD7685) is known color: Tapestry. HEX triplet: AD, 76 and 85. RGB value is (173,118,133). Sum of RGB (Red+Green+Blue) = 173+118+133=424 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.80% from 424); Green value is 118 (46.48% from 255 or 27.83% from 424); Blue value is 133 (52.34% from 255 or 31.37% from 424); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7685 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7685 is #52897A. Grayscale: #888888. Windows color (decimal): -5409147 or 8746669. OLE color: 8746669.

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

Color convert

RGB 173 118 133 -
CMYK 0 0.32 0.23 0.32
HSL 343.64º 0.25% 0.57% -
HSV(B) 343.64º 0.32% 0.68% -
XYZ 27.95 23.53 25.26 -
YUV 136.16 126.22 154.28 -
System Red Green Blue C M Y K H S L
Decimal 173 118 133 0 0.32 0.23 0.32 343.64 0.25 0.57
Hex AD 76 85 0 20 17 20 158 19 39
Octal 255 166 205 0 40 27 40 530 31 71
Binary 10101101 1110110 10000101 0 100000 10111 100000 101011000 11001 111001

Color Harmonies of #AD7685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7685

Black with #AD7685

Text Example


Text Example

White with #AD7685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7685; }

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

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

background-color css

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

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

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

border-color css

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

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

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