Html Css Color HEX #A8708A Tapestry

📋 copy color: '#A8708A'

red 168 ◦ green 112 ◦ blue 138

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

Shades of Tapestry #A8708A

Tints of Tapestry #A8708A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 33.01%

R = 40.19%
G = 26.79%
B = 33.01%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.18

 K value IS 0.34

RGB Variations

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

Color information

#A8708A (or 0xA8708A) is known color: Tapestry. HEX triplet: A8, 70 and 8A. RGB value is (168,112,138). Sum of RGB (Red+Green+Blue) = 168+112+138=418 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.19% from 418); Green value is 112 (44.14% from 255 or 26.79% from 418); Blue value is 138 (54.30% from 255 or 33.01% from 418); Max value from RGB is 168 - color contains mainly: red. Hex color #A8708A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A8708A is #578F75. Grayscale: #838383. Windows color (decimal): -5738358 or 9072808. OLE color: 9072808.

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

Color convert

RGB 168 112 138 -
CMYK 0 0.33 0.18 0.34
HSL 332.14º 0.24% 0.55% -
HSV(B) 332.14º 0.33% 0.66% -
XYZ 26.53 21.75 26.84 -
YUV 131.71 131.55 153.89 -
System Red Green Blue C M Y K H S L
Decimal 168 112 138 0 0.33 0.18 0.34 332.14 0.24 0.55
Hex A8 70 8A 0 21 12 22 14C 18 37
Octal 250 160 212 0 41 22 42 514 30 67
Binary 10101000 1110000 10001010 0 100001 10010 100010 101001100 11000 110111

Color Harmonies of #A8708A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8708A

Black with #A8708A

Text Example


Text Example

White with #A8708A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8708A; }

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

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

background-color css

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

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

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

border-color css

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

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

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