Html Css Color HEX #A48287 Tapestry

📋 copy color: '#A48287'

red 164 ◦ green 130 ◦ blue 135

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

Shades of Tapestry #A48287

Tints of Tapestry #A48287

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 31.47%

R = 38.23%
G = 30.3%
B = 31.47%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.18

 K value IS 0.36

RGB Variations

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

Color information

#A48287 (or 0xA48287) is known color: Tapestry. HEX triplet: A4, 82 and 87. RGB value is (164,130,135). Sum of RGB (Red+Green+Blue) = 164+130+135=429 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.23% from 429); Green value is 130 (51.17% from 255 or 30.30% from 429); Blue value is 135 (53.12% from 255 or 31.47% from 429); Max value from RGB is 164 - color contains mainly: red. Hex color #A48287 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48287 is #5B7D78. Grayscale: #8C8C8C. Windows color (decimal): -5995897 or 8880804. OLE color: 8880804.

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

Color convert

RGB 164 130 135 -
CMYK 0 0.21 0.18 0.36
HSL 351.18º 0.16% 0.58% -
HSV(B) 351.18º 0.21% 0.64% -
XYZ 27.67 25.61 26.41 -
YUV 140.74 124.76 144.59 -
System Red Green Blue C M Y K H S L
Decimal 164 130 135 0 0.21 0.18 0.36 351.18 0.16 0.58
Hex A4 82 87 0 15 12 24 15F 10 3A
Octal 244 202 207 0 25 22 44 537 20 72
Binary 10100100 10000010 10000111 0 10101 10010 100100 101011111 10000 111010

Color Harmonies of #A48287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48287

Black with #A48287

Text Example


Text Example

White with #A48287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48287; }

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

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

background-color css

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

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

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

border-color css

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

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

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