Html Css Color HEX #A4868B Tapestry

📋 copy color: '#A4868B'

red 164 ◦ green 134 ◦ blue 139

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

Shades of Tapestry #A4868B

Tints of Tapestry #A4868B

RGB

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

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

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

R = 37.53%
G = 30.66%
B = 31.81%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#A4868B (or 0xA4868B) is known color: Tapestry. HEX triplet: A4, 86 and 8B. RGB value is (164,134,139). Sum of RGB (Red+Green+Blue) = 164+134+139=437 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.53% from 437); Green value is 134 (52.73% from 255 or 30.66% from 437); Blue value is 139 (54.69% from 255 or 31.81% from 437); Max value from RGB is 164 - color contains mainly: red. Hex color #A4868B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4868B is #5B7974. Grayscale: #8F8F8F. Windows color (decimal): -5994869 or 9143972. OLE color: 9143972.

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

Color convert

RGB 164 134 139 -
CMYK 0 0.18 0.15 0.36
HSL 350º 0.14% 0.58% -
HSV(B) 350º 0.18% 0.64% -
XYZ 28.5 26.81 28.1 -
YUV 143.54 125.44 142.59 -
System Red Green Blue C M Y K H S L
Decimal 164 134 139 0 0.18 0.15 0.36 350 0.14 0.58
Hex A4 86 8B 0 12 F 24 15E E 3A
Octal 244 206 213 0 22 17 44 536 16 72
Binary 10100100 10000110 10001011 0 10010 1111 100100 101011110 1110 111010

Color Harmonies of #A4868B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4868B

Black with #A4868B

Text Example


Text Example

White with #A4868B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4868B; }

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

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

background-color css

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

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

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

border-color css

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

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

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