Html Css Color HEX #A7868B Tapestry

📋 copy color: '#A7868B'

red 167 ◦ green 134 ◦ blue 139

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

Shades of Tapestry #A7868B

Tints of Tapestry #A7868B

RGB

 RED value IS 167 (65.63% from 255) = 37.95%

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

 BLUE value IS 139 (54.69% from 255) = 31.59%

R = 37.95%
G = 30.45%
B = 31.59%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.17

 K value IS 0.35

RGB Variations

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

Color information

#A7868B (or 0xA7868B) is known color: Tapestry. HEX triplet: A7, 86 and 8B. RGB value is (167,134,139). Sum of RGB (Red+Green+Blue) = 167+134+139=440 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.95% from 440); Green value is 134 (52.73% from 255 or 30.45% from 440); Blue value is 139 (54.69% from 255 or 31.59% from 440); Max value from RGB is 167 - color contains mainly: red. Hex color #A7868B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7868B is #587974. Grayscale: #909090. Windows color (decimal): -5798261 or 9143975. OLE color: 9143975.

HSL color Cylindrical-coordinate representation of color #A7868B: hue angle of 350.91º degrees, saturation: 0.16, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A7868B is Cyan = 0, Magento = 0.20, Yellow = 0.17 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 134 139 -
CMYK 0 0.20 0.17 0.35
HSL 350.91º 0.16% 0.59% -
HSV(B) 350.91º 0.2% 0.65% -
XYZ 29.12 27.13 28.13 -
YUV 144.44 124.93 144.09 -
System Red Green Blue C M Y K H S L
Decimal 167 134 139 0 0.20 0.17 0.35 350.91 0.16 0.59
Hex A7 86 8B 0 14 11 23 15F 10 3B
Octal 247 206 213 0 24 21 43 537 20 73
Binary 10100111 10000110 10001011 0 10100 10001 100011 101011111 10000 111011

Color Harmonies of #A7868B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7868B

Black with #A7868B

Text Example


Text Example

White with #A7868B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7868B; }

 p { color: rgb(167,134,139); }

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

background-color css

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

 a { background-color: rgb(167,134,139); }

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

border-color css

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

 span { border-color: rgb(167,134,139); }

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