Html Css Color HEX #A8717F Tapestry

📋 copy color: '#A8717F'

red 168 ◦ green 113 ◦ blue 127

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

Shades of Tapestry #A8717F

Tints of Tapestry #A8717F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 31.13%

R = 41.18%
G = 27.7%
B = 31.13%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.24

 K value IS 0.34

RGB Variations

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

Color information

#A8717F (or 0xA8717F) is known color: Tapestry. HEX triplet: A8, 71 and 7F. RGB value is (168,113,127). Sum of RGB (Red+Green+Blue) = 168+113+127=408 (54% of max value = 765). Red value is 168 (66.02% from 255 or 41.18% from 408); Green value is 113 (44.53% from 255 or 27.70% from 408); Blue value is 127 (50% from 255 or 31.13% from 408); Max value from RGB is 168 - color contains mainly: red. Hex color #A8717F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8717F is #578E80. Grayscale: #838383. Windows color (decimal): -5738113 or 8352168. OLE color: 8352168.

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

Color convert

RGB 168 113 127 -
CMYK 0 0.33 0.24 0.34
HSL 344.73º 0.24% 0.55% -
HSV(B) 344.73º 0.33% 0.66% -
XYZ 25.88 21.67 22.9 -
YUV 131.04 125.72 154.36 -
System Red Green Blue C M Y K H S L
Decimal 168 113 127 0 0.33 0.24 0.34 344.73 0.24 0.55
Hex A8 71 7F 0 21 18 22 159 18 37
Octal 250 161 177 0 41 30 42 531 30 67
Binary 10101000 1110001 1111111 0 100001 11000 100010 101011001 11000 110111

Color Harmonies of #A8717F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8717F

Black with #A8717F

Text Example


Text Example

White with #A8717F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8717F; }

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

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

background-color css

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

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

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

border-color css

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

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

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