Html Css Color HEX #AD8692 Tapestry

📋 copy color: '#AD8692'

red 173 ◦ green 134 ◦ blue 146

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

Shades of Tapestry #AD8692

Tints of Tapestry #AD8692

RGB

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

 GREEN value IS 134 (52.73% from 255) = 29.58%

 BLUE value IS 146 (57.42% from 255) = 32.23%

R = 38.19%
G = 29.58%
B = 32.23%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.16

 K value IS 0.32

RGB Variations

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

Color information

#AD8692 (or 0xAD8692) is known color: Tapestry. HEX triplet: AD, 86 and 92. RGB value is (173,134,146). Sum of RGB (Red+Green+Blue) = 173+134+146=453 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.19% from 453); Green value is 134 (52.73% from 255 or 29.58% from 453); Blue value is 146 (57.42% from 255 or 32.23% from 453); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8692 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8692 is #52796D. Grayscale: #939393. Windows color (decimal): -5405038 or 9602733. OLE color: 9602733.

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

Color convert

RGB 173 134 146 -
CMYK 0 0.23 0.16 0.32
HSL 341.54º 0.19% 0.6% -
HSV(B) 341.54º 0.23% 0.68% -
XYZ 30.95 28.01 30.97 -
YUV 147.03 127.42 146.52 -
System Red Green Blue C M Y K H S L
Decimal 173 134 146 0 0.23 0.16 0.32 341.54 0.19 0.6
Hex AD 86 92 0 17 10 20 156 13 3C
Octal 255 206 222 0 27 20 40 526 23 74
Binary 10101101 10000110 10010010 0 10111 10000 100000 101010110 10011 111100

Color Harmonies of #AD8692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8692

Black with #AD8692

Text Example


Text Example

White with #AD8692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8692; }

 p { color: rgb(173,134,146); }

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

background-color css

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

 a { background-color: rgb(173,134,146); }

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

border-color css

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

 span { border-color: rgb(173,134,146); }

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