Html Css Color HEX #A4858A Tapestry

📋 copy color: '#A4858A'

red 164 ◦ green 133 ◦ blue 138

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

Shades of Tapestry #A4858A

Tints of Tapestry #A4858A

RGB

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

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

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

R = 37.7%
G = 30.57%
B = 31.72%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.16

 K value IS 0.36

RGB Variations

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

Color information

#A4858A (or 0xA4858A) is known color: Tapestry. HEX triplet: A4, 85 and 8A. RGB value is (164,133,138). Sum of RGB (Red+Green+Blue) = 164+133+138=435 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.70% from 435); Green value is 133 (52.34% from 255 or 30.57% from 435); Blue value is 138 (54.30% from 255 or 31.72% from 435); Max value from RGB is 164 - color contains mainly: red. Hex color #A4858A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4858A is #5B7A75. Grayscale: #8E8E8E. Windows color (decimal): -5995126 or 9078180. OLE color: 9078180.

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

Color convert

RGB 164 133 138 -
CMYK 0 0.19 0.16 0.36
HSL 350.32º 0.15% 0.58% -
HSV(B) 350.32º 0.19% 0.64% -
XYZ 28.28 26.5 27.67 -
YUV 142.84 125.27 143.09 -
System Red Green Blue C M Y K H S L
Decimal 164 133 138 0 0.19 0.16 0.36 350.32 0.15 0.58
Hex A4 85 8A 0 13 10 24 15E F 3A
Octal 244 205 212 0 23 20 44 536 17 72
Binary 10100100 10000101 10001010 0 10011 10000 100100 101011110 1111 111010

Color Harmonies of #A4858A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4858A

Black with #A4858A

Text Example


Text Example

White with #A4858A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4858A; }

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

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

background-color css

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

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

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

border-color css

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

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

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