Html Css Color HEX #A8707E Tapestry

📋 copy color: '#A8707E'

red 168 ◦ green 112 ◦ blue 126

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

Shades of Tapestry #A8707E

Tints of Tapestry #A8707E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 31.03%

R = 41.38%
G = 27.59%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.25

 K value IS 0.34

RGB Variations

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

Color information

#A8707E (or 0xA8707E) is known color: Tapestry. HEX triplet: A8, 70 and 7E. RGB value is (168,112,126). Sum of RGB (Red+Green+Blue) = 168+112+126=406 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.38% from 406); Green value is 112 (44.14% from 255 or 27.59% from 406); Blue value is 126 (49.61% from 255 or 31.03% from 406); Max value from RGB is 168 - color contains mainly: red. Hex color #A8707E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8707E is #578F81. Grayscale: #828282. Windows color (decimal): -5738370 or 8286376. OLE color: 8286376.

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

Color convert

RGB 168 112 126 -
CMYK 0 0.33 0.25 0.34
HSL 345º 0.24% 0.55% -
HSV(B) 345º 0.33% 0.66% -
XYZ 25.71 21.42 22.52 -
YUV 130.34 125.55 154.86 -
System Red Green Blue C M Y K H S L
Decimal 168 112 126 0 0.33 0.25 0.34 345 0.24 0.55
Hex A8 70 7E 0 21 19 22 159 18 37
Octal 250 160 176 0 41 31 42 531 30 67
Binary 10101000 1110000 1111110 0 100001 11001 100010 101011001 11000 110111

Color Harmonies of #A8707E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8707E

Black with #A8707E

Text Example


Text Example

White with #A8707E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8707E; }

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

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

background-color css

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

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

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

border-color css

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

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

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