Html Css Color HEX #A3838B Tapestry

📋 copy color: '#A3838B'

red 163 ◦ green 131 ◦ blue 139

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

Shades of Tapestry #A3838B

Tints of Tapestry #A3838B

RGB

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

 GREEN value IS 131 (51.56% from 255) = 30.25%

 BLUE value IS 139 (54.69% from 255) = 32.1%

R = 37.64%
G = 30.25%
B = 32.1%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#A3838B (or 0xA3838B) is known color: Tapestry. HEX triplet: A3, 83 and 8B. RGB value is (163,131,139). Sum of RGB (Red+Green+Blue) = 163+131+139=433 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.64% from 433); Green value is 131 (51.56% from 255 or 30.25% from 433); Blue value is 139 (54.69% from 255 or 32.10% from 433); Max value from RGB is 163 - color contains mainly: red. Hex color #A3838B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3838B is #5C7C74. Grayscale: #8D8D8D. Windows color (decimal): -6061173 or 9143203. OLE color: 9143203.

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

Color convert

RGB 163 131 139 -
CMYK 0 0.20 0.15 0.36
HSL 345º 0.15% 0.58% -
HSV(B) 345º 0.2% 0.64% -
XYZ 27.88 25.88 27.95 -
YUV 141.48 126.6 143.35 -
System Red Green Blue C M Y K H S L
Decimal 163 131 139 0 0.20 0.15 0.36 345 0.15 0.58
Hex A3 83 8B 0 14 F 24 159 F 3A
Octal 243 203 213 0 24 17 44 531 17 72
Binary 10100011 10000011 10001011 0 10100 1111 100100 101011001 1111 111010

Color Harmonies of #A3838B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3838B

Black with #A3838B

Text Example


Text Example

White with #A3838B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3838B; }

 p { color: rgb(163,131,139); }

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

background-color css

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

 a { background-color: rgb(163,131,139); }

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

border-color css

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

 span { border-color: rgb(163,131,139); }

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