Html Css Color HEX #A3848A Tapestry

📋 copy color: '#A3848A'

red 163 ◦ green 132 ◦ blue 138

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

Shades of Tapestry #A3848A

Tints of Tapestry #A3848A

RGB

 RED value IS 163 (64.06% from 255) = 37.64%

 GREEN value IS 132 (51.95% from 255) = 30.48%

 BLUE value IS 138 (54.3% from 255) = 31.87%

R = 37.64%
G = 30.48%
B = 31.87%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#A3848A (or 0xA3848A) is known color: Tapestry. HEX triplet: A3, 84 and 8A. RGB value is (163,132,138). Sum of RGB (Red+Green+Blue) = 163+132+138=433 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.64% from 433); Green value is 132 (51.95% from 255 or 30.48% from 433); Blue value is 138 (54.30% from 255 or 31.87% from 433); Max value from RGB is 163 - color contains mainly: red. Hex color #A3848A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3848A is #5C7B75. Grayscale: #8D8D8D. Windows color (decimal): -6060918 or 9077923. OLE color: 9077923.

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

Color convert

RGB 163 132 138 -
CMYK 0 0.19 0.15 0.36
HSL 348.39º 0.14% 0.58% -
HSV(B) 348.39º 0.19% 0.64% -
XYZ 27.94 26.12 27.61 -
YUV 141.95 125.77 143.01 -
System Red Green Blue C M Y K H S L
Decimal 163 132 138 0 0.19 0.15 0.36 348.39 0.14 0.58
Hex A3 84 8A 0 13 F 24 15C E 3A
Octal 243 204 212 0 23 17 44 534 16 72
Binary 10100011 10000100 10001010 0 10011 1111 100100 101011100 1110 111010

Color Harmonies of #A3848A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3848A

Black with #A3848A

Text Example


Text Example

White with #A3848A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3848A; }

 p { color: rgb(163,132,138); }

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

background-color css

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

 a { background-color: rgb(163,132,138); }

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

border-color css

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

 span { border-color: rgb(163,132,138); }

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