Html Css Color HEX #A8687B Tapestry

📋 copy color: '#A8687B'

red 168 ◦ green 104 ◦ blue 123

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

Shades of Tapestry #A8687B

Tints of Tapestry #A8687B

RGB

 RED value IS 168 (66.02% from 255) = 42.53%

 GREEN value IS 104 (41.02% from 255) = 26.33%

 BLUE value IS 123 (48.44% from 255) = 31.14%

R = 42.53%
G = 26.33%
B = 31.14%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.27

 K value IS 0.34

RGB Variations

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

Color information

#A8687B (or 0xA8687B) is known color: Tapestry. HEX triplet: A8, 68 and 7B. RGB value is (168,104,123). Sum of RGB (Red+Green+Blue) = 168+104+123=395 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.53% from 395); Green value is 104 (41.02% from 255 or 26.33% from 395); Blue value is 123 (48.44% from 255 or 31.14% from 395); Max value from RGB is 168 - color contains mainly: red. Hex color #A8687B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8687B is #579784. Grayscale: #7D7D7D. Windows color (decimal): -5740421 or 8087720. OLE color: 8087720.

HSL color Cylindrical-coordinate representation of color #A8687B: hue angle of 342.19º degrees, saturation: 0.27, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A8687B is Cyan = 0, Magento = 0.38, Yellow = 0.27 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 104 123 -
CMYK 0 0.38 0.27 0.34
HSL 342.19º 0.27% 0.53% -
HSV(B) 342.19º 0.38% 0.66% -
XYZ 24.67 19.66 21.23 -
YUV 125.3 126.7 158.46 -
System Red Green Blue C M Y K H S L
Decimal 168 104 123 0 0.38 0.27 0.34 342.19 0.27 0.53
Hex A8 68 7B 0 26 1B 22 156 1B 35
Octal 250 150 173 0 46 33 42 526 33 65
Binary 10101000 1101000 1111011 0 100110 11011 100010 101010110 11011 110101

Color Harmonies of #A8687B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8687B

Black with #A8687B

Text Example


Text Example

White with #A8687B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8687B; }

 p { color: rgb(168,104,123); }

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

background-color css

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

 a { background-color: rgb(168,104,123); }

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

border-color css

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

 span { border-color: rgb(168,104,123); }

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