Html Css Color HEX #A3858D Tapestry

📋 copy color: '#A3858D'

red 163 ◦ green 133 ◦ blue 141

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

Shades of Tapestry #A3858D

Tints of Tapestry #A3858D

RGB

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

 GREEN value IS 133 (52.34% from 255) = 30.43%

 BLUE value IS 141 (55.47% from 255) = 32.27%

R = 37.3%
G = 30.43%
B = 32.27%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.13

 K value IS 0.36

RGB Variations

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

Color information

#A3858D (or 0xA3858D) is known color: Tapestry. HEX triplet: A3, 85 and 8D. RGB value is (163,133,141). Sum of RGB (Red+Green+Blue) = 163+133+141=437 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.30% from 437); Green value is 133 (52.34% from 255 or 30.43% from 437); Blue value is 141 (55.47% from 255 or 32.27% from 437); Max value from RGB is 163 - color contains mainly: red. Hex color #A3858D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3858D is #5C7A72. Grayscale: #8E8E8E. Windows color (decimal): -6060659 or 9274787. OLE color: 9274787.

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

Color convert

RGB 163 133 141 -
CMYK 0 0.18 0.13 0.36
HSL 344º 0.14% 0.58% -
HSV(B) 344º 0.18% 0.64% -
XYZ 28.3 26.48 28.82 -
YUV 142.88 126.94 142.35 -
System Red Green Blue C M Y K H S L
Decimal 163 133 141 0 0.18 0.13 0.36 344 0.14 0.58
Hex A3 85 8D 0 12 D 24 158 E 3A
Octal 243 205 215 0 22 15 44 530 16 72
Binary 10100011 10000101 10001101 0 10010 1101 100100 101011000 1110 111010

Color Harmonies of #A3858D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3858D

Black with #A3858D

Text Example


Text Example

White with #A3858D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3858D; }

 p { color: rgb(163,133,141); }

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

background-color css

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

 a { background-color: rgb(163,133,141); }

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

border-color css

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

 span { border-color: rgb(163,133,141); }

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