Html Css Color HEX #A48289 Tapestry

📋 copy color: '#A48289'

red 164 ◦ green 130 ◦ blue 137

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

Shades of Tapestry #A48289

Tints of Tapestry #A48289

RGB

 RED value IS 164 (64.45% from 255) = 38.05%

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

 BLUE value IS 137 (53.91% from 255) = 31.79%

R = 38.05%
G = 30.16%
B = 31.79%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.16

 K value IS 0.36

RGB Variations

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

Color information

#A48289 (or 0xA48289) is known color: Tapestry. HEX triplet: A4, 82 and 89. RGB value is (164,130,137). Sum of RGB (Red+Green+Blue) = 164+130+137=431 (57% of max value = 765). Red value is 164 (64.45% from 255 or 38.05% from 431); Green value is 130 (51.17% from 255 or 30.16% from 431); Blue value is 137 (53.91% from 255 or 31.79% from 431); Max value from RGB is 164 - color contains mainly: red. Hex color #A48289 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48289 is #5B7D76. Grayscale: #8C8C8C. Windows color (decimal): -5995895 or 9011876. OLE color: 9011876.

HSL color Cylindrical-coordinate representation of color #A48289: hue angle of 347.65º degrees, saturation: 0.16, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A48289 is Cyan = 0, Magento = 0.21, Yellow = 0.16 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 130 137 -
CMYK 0 0.21 0.16 0.36
HSL 347.65º 0.16% 0.58% -
HSV(B) 347.65º 0.21% 0.64% -
XYZ 27.81 25.66 27.15 -
YUV 140.96 125.76 144.43 -
System Red Green Blue C M Y K H S L
Decimal 164 130 137 0 0.21 0.16 0.36 347.65 0.16 0.58
Hex A4 82 89 0 15 10 24 15C 10 3A
Octal 244 202 211 0 25 20 44 534 20 72
Binary 10100100 10000010 10001001 0 10101 10000 100100 101011100 10000 111010

Color Harmonies of #A48289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48289

Black with #A48289

Text Example


Text Example

White with #A48289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48289; }

 p { color: rgb(164,130,137); }

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

background-color css

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

 a { background-color: rgb(164,130,137); }

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

border-color css

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

 span { border-color: rgb(164,130,137); }

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