Html Css Color HEX #A4858B Tapestry

📋 copy color: '#A4858B'

red 164 ◦ green 133 ◦ blue 139

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

Shades of Tapestry #A4858B

Tints of Tapestry #A4858B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 31.88%

R = 37.61%
G = 30.5%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#A4858B (or 0xA4858B) is known color: Tapestry. HEX triplet: A4, 85 and 8B. RGB value is (164,133,139). Sum of RGB (Red+Green+Blue) = 164+133+139=436 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.61% from 436); Green value is 133 (52.34% from 255 or 30.50% from 436); Blue value is 139 (54.69% from 255 or 31.88% from 436); Max value from RGB is 164 - color contains mainly: red. Hex color #A4858B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4858B is #5B7A74. Grayscale: #8E8E8E. Windows color (decimal): -5995125 or 9143716. OLE color: 9143716.

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

Color convert

RGB 164 133 139 -
CMYK 0 0.19 0.15 0.36
HSL 348.39º 0.15% 0.58% -
HSV(B) 348.39º 0.19% 0.64% -
XYZ 28.36 26.53 28.05 -
YUV 142.95 125.77 143.01 -
System Red Green Blue C M Y K H S L
Decimal 164 133 139 0 0.19 0.15 0.36 348.39 0.15 0.58
Hex A4 85 8B 0 13 F 24 15C F 3A
Octal 244 205 213 0 23 17 44 534 17 72
Binary 10100100 10000101 10001011 0 10011 1111 100100 101011100 1111 111010

Color Harmonies of #A4858B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4858B

Black with #A4858B

Text Example


Text Example

White with #A4858B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4858B; }

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

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

background-color css

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

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

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

border-color css

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

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

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