Html Css Color HEX #A4868D Tapestry

📋 copy color: '#A4868D'

red 164 ◦ green 134 ◦ blue 141

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

Shades of Tapestry #A4868D

Tints of Tapestry #A4868D

RGB

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

 GREEN value IS 134 (52.73% from 255) = 30.52%

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

R = 37.36%
G = 30.52%
B = 32.12%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.14

 K value IS 0.36

RGB Variations

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

Color information

#A4868D (or 0xA4868D) is known color: Tapestry. HEX triplet: A4, 86 and 8D. RGB value is (164,134,141). Sum of RGB (Red+Green+Blue) = 164+134+141=439 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.36% from 439); Green value is 134 (52.73% from 255 or 30.52% from 439); Blue value is 141 (55.47% from 255 or 32.12% from 439); Max value from RGB is 164 - color contains mainly: red. Hex color #A4868D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4868D is #5B7972. Grayscale: #8F8F8F. Windows color (decimal): -5994867 or 9275044. OLE color: 9275044.

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

Color convert

RGB 164 134 141 -
CMYK 0 0.18 0.14 0.36
HSL 346º 0.14% 0.58% -
HSV(B) 346º 0.18% 0.64% -
XYZ 28.64 26.87 28.88 -
YUV 143.77 126.44 142.43 -
System Red Green Blue C M Y K H S L
Decimal 164 134 141 0 0.18 0.14 0.36 346 0.14 0.58
Hex A4 86 8D 0 12 E 24 15A E 3A
Octal 244 206 215 0 22 16 44 532 16 72
Binary 10100100 10000110 10001101 0 10010 1110 100100 101011010 1110 111010

Color Harmonies of #A4868D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4868D

Black with #A4868D

Text Example


Text Example

White with #A4868D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4868D; }

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

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

background-color css

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

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

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

border-color css

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

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

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