Html Css Color HEX #A5838A Tapestry

📋 copy color: '#A5838A'

red 165 ◦ green 131 ◦ blue 138

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

Shades of Tapestry #A5838A

Tints of Tapestry #A5838A

RGB

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

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

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

R = 38.02%
G = 30.18%
B = 31.8%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.16

 K value IS 0.35

RGB Variations

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

Color information

#A5838A (or 0xA5838A) is known color: Tapestry. HEX triplet: A5, 83 and 8A. RGB value is (165,131,138). Sum of RGB (Red+Green+Blue) = 165+131+138=434 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.02% from 434); Green value is 131 (51.56% from 255 or 30.18% from 434); Blue value is 138 (54.30% from 255 or 31.80% from 434); Max value from RGB is 165 - color contains mainly: red. Hex color #A5838A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5838A is #5A7C75. Grayscale: #8D8D8D. Windows color (decimal): -5930102 or 9077669. OLE color: 9077669.

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

Color convert

RGB 165 131 138 -
CMYK 0 0.21 0.16 0.35
HSL 347.65º 0.16% 0.58% -
HSV(B) 347.65º 0.21% 0.65% -
XYZ 28.22 26.07 27.59 -
YUV 141.96 125.76 144.43 -
System Red Green Blue C M Y K H S L
Decimal 165 131 138 0 0.21 0.16 0.35 347.65 0.16 0.58
Hex A5 83 8A 0 15 10 23 15C 10 3A
Octal 245 203 212 0 25 20 43 534 20 72
Binary 10100101 10000011 10001010 0 10101 10000 100011 101011100 10000 111010

Color Harmonies of #A5838A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5838A

Black with #A5838A

Text Example


Text Example

White with #A5838A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5838A; }

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

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

background-color css

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

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

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

border-color css

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

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

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