Html Css Color HEX #A6848A Tapestry

📋 copy color: '#A6848A'

red 166 ◦ green 132 ◦ blue 138

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

Shades of Tapestry #A6848A

Tints of Tapestry #A6848A

RGB

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

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

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

R = 38.07%
G = 30.28%
B = 31.65%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.17

 K value IS 0.35

RGB Variations

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

Color information

#A6848A (or 0xA6848A) is known color: Tapestry. HEX triplet: A6, 84 and 8A. RGB value is (166,132,138). Sum of RGB (Red+Green+Blue) = 166+132+138=436 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.07% from 436); Green value is 132 (51.95% from 255 or 30.28% from 436); Blue value is 138 (54.30% from 255 or 31.65% from 436); Max value from RGB is 166 - color contains mainly: red. Hex color #A6848A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6848A is #597B75. Grayscale: #8E8E8E. Windows color (decimal): -5864310 or 9077926. OLE color: 9077926.

HSL color Cylindrical-coordinate representation of color #A6848A: hue angle of 349.41º 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 #A6848A is Cyan = 0, Magento = 0.20, Yellow = 0.17 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 132 138 -
CMYK 0 0.20 0.17 0.35
HSL 349.41º 0.16% 0.58% -
HSV(B) 349.41º 0.2% 0.65% -
XYZ 28.56 26.44 27.64 -
YUV 142.85 125.26 144.51 -
System Red Green Blue C M Y K H S L
Decimal 166 132 138 0 0.20 0.17 0.35 349.41 0.16 0.58
Hex A6 84 8A 0 14 11 23 15D 10 3A
Octal 246 204 212 0 24 21 43 535 20 72
Binary 10100110 10000100 10001010 0 10100 10001 100011 101011101 10000 111010

Color Harmonies of #A6848A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6848A

Black with #A6848A

Text Example


Text Example

White with #A6848A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6848A; }

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

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

background-color css

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

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

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

border-color css

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

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

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