Html Css Color HEX #A5838D Tapestry

📋 copy color: '#A5838D'

red 165 ◦ green 131 ◦ blue 141

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

Shades of Tapestry #A5838D

Tints of Tapestry #A5838D

RGB

 RED value IS 165 (64.84% from 255) = 37.76%

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

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

R = 37.76%
G = 29.98%
B = 32.27%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.15

 K value IS 0.35

RGB Variations

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

Color information

#A5838D (or 0xA5838D) is known color: Tapestry. HEX triplet: A5, 83 and 8D. RGB value is (165,131,141). Sum of RGB (Red+Green+Blue) = 165+131+141=437 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.76% from 437); Green value is 131 (51.56% from 255 or 29.98% from 437); Blue value is 141 (55.47% from 255 or 32.27% from 437); Max value from RGB is 165 - color contains mainly: red. Hex color #A5838D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5838D is #5A7C72. Grayscale: #8E8E8E. Windows color (decimal): -5930099 or 9274277. OLE color: 9274277.

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

Color convert

RGB 165 131 141 -
CMYK 0 0.21 0.15 0.35
HSL 342.35º 0.16% 0.58% -
HSV(B) 342.35º 0.21% 0.65% -
XYZ 28.44 26.16 28.75 -
YUV 142.31 127.26 144.19 -
System Red Green Blue C M Y K H S L
Decimal 165 131 141 0 0.21 0.15 0.35 342.35 0.16 0.58
Hex A5 83 8D 0 15 F 23 156 10 3A
Octal 245 203 215 0 25 17 43 526 20 72
Binary 10100101 10000011 10001101 0 10101 1111 100011 101010110 10000 111010

Color Harmonies of #A5838D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5838D

Black with #A5838D

Text Example


Text Example

White with #A5838D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5838D; }

 p { color: rgb(165,131,141); }

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

background-color css

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

 a { background-color: rgb(165,131,141); }

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

border-color css

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

 span { border-color: rgb(165,131,141); }

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