Html Css Color HEX #A8708B Tapestry

📋 copy color: '#A8708B'

red 168 ◦ green 112 ◦ blue 139

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

Shades of Tapestry #A8708B

Tints of Tapestry #A8708B

RGB

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

 GREEN value IS 112 (44.14% from 255) = 26.73%

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

R = 40.1%
G = 26.73%
B = 33.17%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.17

 K value IS 0.34

RGB Variations

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

Color information

#A8708B (or 0xA8708B) is known color: Tapestry. HEX triplet: A8, 70 and 8B. RGB value is (168,112,139). Sum of RGB (Red+Green+Blue) = 168+112+139=419 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.10% from 419); Green value is 112 (44.14% from 255 or 26.73% from 419); Blue value is 139 (54.69% from 255 or 33.17% from 419); Max value from RGB is 168 - color contains mainly: red. Hex color #A8708B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A8708B is #578F74. Grayscale: #838383. Windows color (decimal): -5738357 or 9138344. OLE color: 9138344.

HSL color Cylindrical-coordinate representation of color #A8708B: hue angle of 331.07º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A8708B is Cyan = 0, Magento = 0.33, Yellow = 0.17 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 112 139 -
CMYK 0 0.33 0.17 0.34
HSL 331.07º 0.24% 0.55% -
HSV(B) 331.07º 0.33% 0.66% -
XYZ 26.6 21.78 27.23 -
YUV 131.82 132.05 153.8 -
System Red Green Blue C M Y K H S L
Decimal 168 112 139 0 0.33 0.17 0.34 331.07 0.24 0.55
Hex A8 70 8B 0 21 11 22 14B 18 37
Octal 250 160 213 0 41 21 42 513 30 67
Binary 10101000 1110000 10001011 0 100001 10001 100010 101001011 11000 110111

Color Harmonies of #A8708B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8708B

Black with #A8708B

Text Example


Text Example

White with #A8708B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8708B; }

 p { color: rgb(168,112,139); }

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

background-color css

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

 a { background-color: rgb(168,112,139); }

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

border-color css

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

 span { border-color: rgb(168,112,139); }

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