Html Css Color HEX #A9708C Tapestry

📋 copy color: '#A9708C'

red 169 ◦ green 112 ◦ blue 140

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

Shades of Tapestry #A9708C

Tints of Tapestry #A9708C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 33.25%

R = 40.14%
G = 26.6%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.17

 K value IS 0.34

RGB Variations

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

Color information

#A9708C (or 0xA9708C) is known color: Tapestry. HEX triplet: A9, 70 and 8C. RGB value is (169,112,140). Sum of RGB (Red+Green+Blue) = 169+112+140=421 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.14% from 421); Green value is 112 (44.14% from 255 or 26.60% from 421); Blue value is 140 (55.08% from 255 or 33.25% from 421); Max value from RGB is 169 - color contains mainly: red. Hex color #A9708C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A9708C is #568F73. Grayscale: #848484. Windows color (decimal): -5672820 or 9203881. OLE color: 9203881.

HSL color Cylindrical-coordinate representation of color #A9708C: hue angle of 330.53º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A9708C is Cyan = 0, Magento = 0.34, Yellow = 0.17 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 112 140 -
CMYK 0 0.34 0.17 0.34
HSL 330.53º 0.25% 0.55% -
HSV(B) 330.53º 0.34% 0.66% -
XYZ 26.89 21.92 27.62 -
YUV 132.24 132.38 154.22 -
System Red Green Blue C M Y K H S L
Decimal 169 112 140 0 0.34 0.17 0.34 330.53 0.25 0.55
Hex A9 70 8C 0 22 11 22 14B 19 37
Octal 251 160 214 0 42 21 42 513 31 67
Binary 10101001 1110000 10001100 0 100010 10001 100010 101001011 11001 110111

Color Harmonies of #A9708C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9708C

Black with #A9708C

Text Example


Text Example

White with #A9708C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9708C; }

 p { color: rgb(169,112,140); }

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

background-color css

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

 a { background-color: rgb(169,112,140); }

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

border-color css

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

 span { border-color: rgb(169,112,140); }

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