Html Css Color HEX #A5858D Tapestry

📋 copy color: '#A5858D'

red 165 ◦ green 133 ◦ blue 141

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

Shades of Tapestry #A5858D

Tints of Tapestry #A5858D

RGB

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

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

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

R = 37.59%
G = 30.3%
B = 32.12%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.15

 K value IS 0.35

RGB Variations

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

Color information

#A5858D (or 0xA5858D) is known color: Tapestry. HEX triplet: A5, 85 and 8D. RGB value is (165,133,141). Sum of RGB (Red+Green+Blue) = 165+133+141=439 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.59% from 439); Green value is 133 (52.34% from 255 or 30.30% from 439); Blue value is 141 (55.47% from 255 or 32.12% from 439); Max value from RGB is 165 - color contains mainly: red. Hex color #A5858D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5858D is #5A7A72. Grayscale: #8F8F8F. Windows color (decimal): -5929587 or 9274789. OLE color: 9274789.

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

Color convert

RGB 165 133 141 -
CMYK 0 0.19 0.15 0.35
HSL 345º 0.15% 0.58% -
HSV(B) 345º 0.19% 0.65% -
XYZ 28.71 26.7 28.84 -
YUV 143.48 126.6 143.35 -
System Red Green Blue C M Y K H S L
Decimal 165 133 141 0 0.19 0.15 0.35 345 0.15 0.58
Hex A5 85 8D 0 13 F 23 159 F 3A
Octal 245 205 215 0 23 17 43 531 17 72
Binary 10100101 10000101 10001101 0 10011 1111 100011 101011001 1111 111010

Color Harmonies of #A5858D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5858D

Black with #A5858D

Text Example


Text Example

White with #A5858D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5858D; }

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

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

background-color css

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

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

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

border-color css

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

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

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