Html Css Color HEX #A9718A Tapestry

📋 copy color: '#A9718A'

red 169 ◦ green 113 ◦ blue 138

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

Shades of Tapestry #A9718A

Tints of Tapestry #A9718A

RGB

 RED value IS 169 (66.41% from 255) = 40.24%

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

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

R = 40.24%
G = 26.9%
B = 32.86%

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

#A9718A (or 0xA9718A) is known color: Tapestry. HEX triplet: A9, 71 and 8A. RGB value is (169,113,138). Sum of RGB (Red+Green+Blue) = 169+113+138=420 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.24% from 420); Green value is 113 (44.53% from 255 or 26.90% from 420); Blue value is 138 (54.30% from 255 or 32.86% from 420); Max value from RGB is 169 - color contains mainly: red. Hex color #A9718A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A9718A is #568E75. Grayscale: #848484. Windows color (decimal): -5672566 or 9073065. OLE color: 9073065.

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

Color convert

RGB 169 113 138 -
CMYK 0 0.33 0.18 0.34
HSL 333.21º 0.25% 0.55% -
HSV(B) 333.21º 0.33% 0.66% -
XYZ 26.85 22.08 26.89 -
YUV 132.59 131.05 153.97 -
System Red Green Blue C M Y K H S L
Decimal 169 113 138 0 0.33 0.18 0.34 333.21 0.25 0.55
Hex A9 71 8A 0 21 12 22 14D 19 37
Octal 251 161 212 0 41 22 42 515 31 67
Binary 10101001 1110001 10001010 0 100001 10010 100010 101001101 11001 110111

Color Harmonies of #A9718A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9718A

Black with #A9718A

Text Example


Text Example

White with #A9718A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9718A; }

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

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

background-color css

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

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

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

border-color css

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

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

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