Html Css Color HEX #A8687F Tapestry

📋 copy color: '#A8687F'

red 168 ◦ green 104 ◦ blue 127

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

Shades of Tapestry #A8687F

Tints of Tapestry #A8687F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 31.83%

R = 42.11%
G = 26.07%
B = 31.83%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.24

 K value IS 0.34

RGB Variations

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

Color information

#A8687F (or 0xA8687F) is known color: Tapestry. HEX triplet: A8, 68 and 7F. RGB value is (168,104,127). Sum of RGB (Red+Green+Blue) = 168+104+127=399 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.11% from 399); Green value is 104 (41.02% from 255 or 26.07% from 399); Blue value is 127 (50% from 255 or 31.83% from 399); Max value from RGB is 168 - color contains mainly: red. Hex color #A8687F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8687F is #579780. Grayscale: #7D7D7D. Windows color (decimal): -5740417 or 8349864. OLE color: 8349864.

HSL color Cylindrical-coordinate representation of color #A8687F: hue angle of 338.44º 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 #A8687F is Cyan = 0, Magento = 0.38, Yellow = 0.24 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 104 127 -
CMYK 0 0.38 0.24 0.34
HSL 338.44º 0.27% 0.53% -
HSV(B) 338.44º 0.38% 0.66% -
XYZ 24.93 19.76 22.58 -
YUV 125.76 128.7 158.13 -
System Red Green Blue C M Y K H S L
Decimal 168 104 127 0 0.38 0.24 0.34 338.44 0.27 0.53
Hex A8 68 7F 0 26 18 22 152 1B 35
Octal 250 150 177 0 46 30 42 522 33 65
Binary 10101000 1101000 1111111 0 100110 11000 100010 101010010 11011 110101

Color Harmonies of #A8687F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8687F

Black with #A8687F

Text Example


Text Example

White with #A8687F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8687F; }

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

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

background-color css

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

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

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

border-color css

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

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

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