Html Css Color HEX #A4868A Tapestry

📋 copy color: '#A4868A'

red 164 ◦ green 134 ◦ blue 138

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

Shades of Tapestry #A4868A

Tints of Tapestry #A4868A

RGB

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

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

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

R = 37.61%
G = 30.73%
B = 31.65%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.16

 K value IS 0.36

RGB Variations

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

Color information

#A4868A (or 0xA4868A) is known color: Tapestry. HEX triplet: A4, 86 and 8A. RGB value is (164,134,138). Sum of RGB (Red+Green+Blue) = 164+134+138=436 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.61% from 436); Green value is 134 (52.73% from 255 or 30.73% from 436); Blue value is 138 (54.30% from 255 or 31.65% from 436); Max value from RGB is 164 - color contains mainly: red. Hex color #A4868A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4868A is #5B7975. Grayscale: #8F8F8F. Windows color (decimal): -5994870 or 9078436. OLE color: 9078436.

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

Color convert

RGB 164 134 138 -
CMYK 0 0.18 0.16 0.36
HSL 352º 0.14% 0.58% -
HSV(B) 352º 0.18% 0.64% -
XYZ 28.42 26.78 27.72 -
YUV 143.43 124.94 142.67 -
System Red Green Blue C M Y K H S L
Decimal 164 134 138 0 0.18 0.16 0.36 352 0.14 0.58
Hex A4 86 8A 0 12 10 24 160 E 3A
Octal 244 206 212 0 22 20 44 540 16 72
Binary 10100100 10000110 10001010 0 10010 10000 100100 101100000 1110 111010

Color Harmonies of #A4868A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4868A

Black with #A4868A

Text Example


Text Example

White with #A4868A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4868A; }

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

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

background-color css

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

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

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

border-color css

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

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

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