Html Css Color HEX #A98691 Tapestry

📋 copy color: '#A98691'

red 169 ◦ green 134 ◦ blue 145

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

Shades of Tapestry #A98691

Tints of Tapestry #A98691

RGB

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

 GREEN value IS 134 (52.73% from 255) = 29.91%

 BLUE value IS 145 (57.03% from 255) = 32.37%

R = 37.72%
G = 29.91%
B = 32.37%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.14

 K value IS 0.34

RGB Variations

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

Color information

#A98691 (or 0xA98691) is known color: Tapestry. HEX triplet: A9, 86 and 91. RGB value is (169,134,145). Sum of RGB (Red+Green+Blue) = 169+134+145=448 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.72% from 448); Green value is 134 (52.73% from 255 or 29.91% from 448); Blue value is 145 (57.03% from 255 or 32.37% from 448); Max value from RGB is 169 - color contains mainly: red. Hex color #A98691 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A98691 is #56796E. Grayscale: #919191. Windows color (decimal): -5667183 or 9537193. OLE color: 9537193.

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

Color convert

RGB 169 134 145 -
CMYK 0 0.21 0.14 0.34
HSL 341.14º 0.17% 0.59% -
HSV(B) 341.14º 0.21% 0.66% -
XYZ 30 27.53 30.52 -
YUV 145.72 127.6 144.61 -
System Red Green Blue C M Y K H S L
Decimal 169 134 145 0 0.21 0.14 0.34 341.14 0.17 0.59
Hex A9 86 91 0 15 E 22 155 11 3B
Octal 251 206 221 0 25 16 42 525 21 73
Binary 10101001 10000110 10010001 0 10101 1110 100010 101010101 10001 111011

Color Harmonies of #A98691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A98691

Black with #A98691

Text Example


Text Example

White with #A98691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A98691; }

 p { color: rgb(169,134,145); }

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

background-color css

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

 a { background-color: rgb(169,134,145); }

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

border-color css

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

 span { border-color: rgb(169,134,145); }

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