Html Css Color HEX #A98690 Tapestry

📋 copy color: '#A98690'

red 169 ◦ green 134 ◦ blue 144

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

Shades of Tapestry #A98690

Tints of Tapestry #A98690

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 32.21%

R = 37.81%
G = 29.98%
B = 32.21%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.15

 K value IS 0.34

RGB Variations

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

Color information

#A98690 (or 0xA98690) is known color: Tapestry. HEX triplet: A9, 86 and 90. RGB value is (169,134,144). Sum of RGB (Red+Green+Blue) = 169+134+144=447 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.81% from 447); Green value is 134 (52.73% from 255 or 29.98% from 447); Blue value is 144 (56.64% from 255 or 32.21% from 447); Max value from RGB is 169 - color contains mainly: red. Hex color #A98690 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A98690 is #56796F. Grayscale: #919191. Windows color (decimal): -5667184 or 9471657. OLE color: 9471657.

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

Color convert

RGB 169 134 144 -
CMYK 0 0.21 0.15 0.34
HSL 342.86º 0.17% 0.59% -
HSV(B) 342.86º 0.21% 0.66% -
XYZ 29.92 27.5 30.12 -
YUV 145.61 127.1 144.69 -
System Red Green Blue C M Y K H S L
Decimal 169 134 144 0 0.21 0.15 0.34 342.86 0.17 0.59
Hex A9 86 90 0 15 F 22 157 11 3B
Octal 251 206 220 0 25 17 42 527 21 73
Binary 10101001 10000110 10010000 0 10101 1111 100010 101010111 10001 111011

Color Harmonies of #A98690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A98690

Black with #A98690

Text Example


Text Example

White with #A98690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A98690; }

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

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

background-color css

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

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

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

border-color css

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

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

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