Html Css Color HEX #A5838E Tapestry

📋 copy color: '#A5838E'

red 165 ◦ green 131 ◦ blue 142

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

Shades of Tapestry #A5838E

Tints of Tapestry #A5838E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 32.42%

R = 37.67%
G = 29.91%
B = 32.42%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.14

 K value IS 0.35

RGB Variations

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

Color information

#A5838E (or 0xA5838E) is known color: Tapestry. HEX triplet: A5, 83 and 8E. RGB value is (165,131,142). Sum of RGB (Red+Green+Blue) = 165+131+142=438 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.67% from 438); Green value is 131 (51.56% from 255 or 29.91% from 438); Blue value is 142 (55.86% from 255 or 32.42% from 438); Max value from RGB is 165 - color contains mainly: red. Hex color #A5838E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5838E is #5A7C71. Grayscale: #8E8E8E. Windows color (decimal): -5930098 or 9339813. OLE color: 9339813.

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

Color convert

RGB 165 131 142 -
CMYK 0 0.21 0.14 0.35
HSL 340.59º 0.16% 0.58% -
HSV(B) 340.59º 0.21% 0.65% -
XYZ 28.52 26.18 29.14 -
YUV 142.42 127.76 144.11 -
System Red Green Blue C M Y K H S L
Decimal 165 131 142 0 0.21 0.14 0.35 340.59 0.16 0.58
Hex A5 83 8E 0 15 E 23 155 10 3A
Octal 245 203 216 0 25 16 43 525 20 72
Binary 10100101 10000011 10001110 0 10101 1110 100011 101010101 10000 111010

Color Harmonies of #A5838E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5838E

Black with #A5838E

Text Example


Text Example

White with #A5838E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5838E; }

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

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

background-color css

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

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

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

border-color css

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

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

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