Html Css Color HEX #A4858D Tapestry

📋 copy color: '#A4858D'

red 164 ◦ green 133 ◦ blue 141

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

Shades of Tapestry #A4858D

Tints of Tapestry #A4858D

RGB

 RED value IS 164 (64.45% from 255) = 37.44%

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

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

R = 37.44%
G = 30.37%
B = 32.19%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.14

 K value IS 0.36

RGB Variations

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

Color information

#A4858D (or 0xA4858D) is known color: Tapestry. HEX triplet: A4, 85 and 8D. RGB value is (164,133,141). Sum of RGB (Red+Green+Blue) = 164+133+141=438 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.44% from 438); Green value is 133 (52.34% from 255 or 30.37% from 438); Blue value is 141 (55.47% from 255 or 32.19% from 438); Max value from RGB is 164 - color contains mainly: red. Hex color #A4858D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4858D is #5B7A72. Grayscale: #8F8F8F. Windows color (decimal): -5995123 or 9274788. OLE color: 9274788.

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

Color convert

RGB 164 133 141 -
CMYK 0 0.19 0.14 0.36
HSL 344.52º 0.15% 0.58% -
HSV(B) 344.52º 0.19% 0.64% -
XYZ 28.51 26.59 28.83 -
YUV 143.18 126.77 142.85 -
System Red Green Blue C M Y K H S L
Decimal 164 133 141 0 0.19 0.14 0.36 344.52 0.15 0.58
Hex A4 85 8D 0 13 E 24 159 F 3A
Octal 244 205 215 0 23 16 44 531 17 72
Binary 10100100 10000101 10001101 0 10011 1110 100100 101011001 1111 111010

Color Harmonies of #A4858D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4858D

Black with #A4858D

Text Example


Text Example

White with #A4858D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4858D; }

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

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

background-color css

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

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

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

border-color css

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

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

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