Html Css Color HEX #A98290 Tapestry

📋 copy color: '#A98290'

red 169 ◦ green 130 ◦ blue 144

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

Shades of Tapestry #A98290

Tints of Tapestry #A98290

RGB

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

 GREEN value IS 130 (51.17% from 255) = 29.35%

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

R = 38.15%
G = 29.35%
B = 32.51%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.15

 K value IS 0.34

RGB Variations

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

Color information

#A98290 (or 0xA98290) is known color: Tapestry. HEX triplet: A9, 82 and 90. RGB value is (169,130,144). Sum of RGB (Red+Green+Blue) = 169+130+144=443 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.15% from 443); Green value is 130 (51.17% from 255 or 29.35% from 443); Blue value is 144 (56.64% from 255 or 32.51% from 443); Max value from RGB is 169 - color contains mainly: red. Hex color #A98290 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A98290 is #567D6F. Grayscale: #8F8F8F. Windows color (decimal): -5668208 or 9470633. OLE color: 9470633.

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

Color convert

RGB 169 130 144 -
CMYK 0 0.23 0.15 0.34
HSL 338.46º 0.18% 0.59% -
HSV(B) 338.46º 0.23% 0.66% -
XYZ 29.38 26.41 29.94 -
YUV 143.26 128.42 146.36 -
System Red Green Blue C M Y K H S L
Decimal 169 130 144 0 0.23 0.15 0.34 338.46 0.18 0.59
Hex A9 82 90 0 17 F 22 152 12 3B
Octal 251 202 220 0 27 17 42 522 22 73
Binary 10101001 10000010 10010000 0 10111 1111 100010 101010010 10010 111011

Color Harmonies of #A98290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A98290

Black with #A98290

Text Example


Text Example

White with #A98290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A98290; }

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

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

background-color css

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

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

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

border-color css

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

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

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