Html Css Color HEX #A6848C Tapestry

📋 copy color: '#A6848C'

red 166 ◦ green 132 ◦ blue 140

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

Shades of Tapestry #A6848C

Tints of Tapestry #A6848C

RGB

 RED value IS 166 (65.23% from 255) = 37.9%

 GREEN value IS 132 (51.95% from 255) = 30.14%

 BLUE value IS 140 (55.08% from 255) = 31.96%

R = 37.9%
G = 30.14%
B = 31.96%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.16

 K value IS 0.35

RGB Variations

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

Color information

#A6848C (or 0xA6848C) is known color: Tapestry. HEX triplet: A6, 84 and 8C. RGB value is (166,132,140). Sum of RGB (Red+Green+Blue) = 166+132+140=438 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.90% from 438); Green value is 132 (51.95% from 255 or 30.14% from 438); Blue value is 140 (55.08% from 255 or 31.96% from 438); Max value from RGB is 166 - color contains mainly: red. Hex color #A6848C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6848C is #597B73. Grayscale: #8F8F8F. Windows color (decimal): -5864308 or 9208998. OLE color: 9208998.

HSL color Cylindrical-coordinate representation of color #A6848C: hue angle of 345.88º degrees, saturation: 0.16, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A6848C is Cyan = 0, Magento = 0.20, Yellow = 0.16 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 132 140 -
CMYK 0 0.20 0.16 0.35
HSL 345.88º 0.16% 0.58% -
HSV(B) 345.88º 0.2% 0.65% -
XYZ 28.71 26.5 28.41 -
YUV 143.08 126.26 144.35 -
System Red Green Blue C M Y K H S L
Decimal 166 132 140 0 0.20 0.16 0.35 345.88 0.16 0.58
Hex A6 84 8C 0 14 10 23 15A 10 3A
Octal 246 204 214 0 24 20 43 532 20 72
Binary 10100110 10000100 10001100 0 10100 10000 100011 101011010 10000 111010

Color Harmonies of #A6848C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6848C

Black with #A6848C

Text Example


Text Example

White with #A6848C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6848C; }

 p { color: rgb(166,132,140); }

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

background-color css

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

 a { background-color: rgb(166,132,140); }

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

border-color css

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

 span { border-color: rgb(166,132,140); }

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