Html Css Color HEX #A6818D Tapestry

📋 copy color: '#A6818D'

red 166 ◦ green 129 ◦ blue 141

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

Shades of Tapestry #A6818D

Tints of Tapestry #A6818D

RGB

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

 GREEN value IS 129 (50.78% from 255) = 29.59%

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

R = 38.07%
G = 29.59%
B = 32.34%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.15

 K value IS 0.35

RGB Variations

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

Color information

#A6818D (or 0xA6818D) is known color: Tapestry. HEX triplet: A6, 81 and 8D. RGB value is (166,129,141). Sum of RGB (Red+Green+Blue) = 166+129+141=436 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.07% from 436); Green value is 129 (50.78% from 255 or 29.59% from 436); Blue value is 141 (55.47% from 255 or 32.34% from 436); Max value from RGB is 166 - color contains mainly: red. Hex color #A6818D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6818D is #597E72. Grayscale: #8D8D8D. Windows color (decimal): -5865075 or 9273766. OLE color: 9273766.

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

Color convert

RGB 166 129 141 -
CMYK 0 0.22 0.15 0.35
HSL 340.54º 0.17% 0.58% -
HSV(B) 340.54º 0.22% 0.65% -
XYZ 28.38 25.73 28.67 -
YUV 141.43 127.76 145.52 -
System Red Green Blue C M Y K H S L
Decimal 166 129 141 0 0.22 0.15 0.35 340.54 0.17 0.58
Hex A6 81 8D 0 16 F 23 155 11 3A
Octal 246 201 215 0 26 17 43 525 21 72
Binary 10100110 10000001 10001101 0 10110 1111 100011 101010101 10001 111010

Color Harmonies of #A6818D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6818D

Black with #A6818D

Text Example


Text Example

White with #A6818D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6818D; }

 p { color: rgb(166,129,141); }

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

background-color css

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

 a { background-color: rgb(166,129,141); }

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

border-color css

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

 span { border-color: rgb(166,129,141); }

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