Html Css Color HEX #A8718A Tapestry

📋 copy color: '#A8718A'

red 168 ◦ green 113 ◦ blue 138

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

Shades of Tapestry #A8718A

Tints of Tapestry #A8718A

RGB

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

 GREEN value IS 113 (44.53% from 255) = 26.97%

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

R = 40.1%
G = 26.97%
B = 32.94%

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

#A8718A (or 0xA8718A) is known color: Tapestry. HEX triplet: A8, 71 and 8A. RGB value is (168,113,138). Sum of RGB (Red+Green+Blue) = 168+113+138=419 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.10% from 419); Green value is 113 (44.53% from 255 or 26.97% from 419); Blue value is 138 (54.30% from 255 or 32.94% from 419); Max value from RGB is 168 - color contains mainly: red. Hex color #A8718A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A8718A is #578E75. Grayscale: #848484. Windows color (decimal): -5738102 or 9073064. OLE color: 9073064.

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

Color convert

RGB 168 113 138 -
CMYK 0 0.33 0.18 0.34
HSL 332.73º 0.24% 0.55% -
HSV(B) 332.73º 0.33% 0.66% -
XYZ 26.64 21.97 26.88 -
YUV 132.3 131.22 153.47 -
System Red Green Blue C M Y K H S L
Decimal 168 113 138 0 0.33 0.18 0.34 332.73 0.24 0.55
Hex A8 71 8A 0 21 12 22 14D 18 37
Octal 250 161 212 0 41 22 42 515 30 67
Binary 10101000 1110001 10001010 0 100001 10010 100010 101001101 11000 110111

Color Harmonies of #A8718A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8718A

Black with #A8718A

Text Example


Text Example

White with #A8718A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8718A; }

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

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

background-color css

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

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

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

border-color css

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

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

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