Html Css Color HEX #A6818B Tapestry

📋 copy color: '#A6818B'

red 166 ◦ green 129 ◦ blue 139

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

Shades of Tapestry #A6818B

Tints of Tapestry #A6818B

RGB

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

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

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

R = 38.25%
G = 29.72%
B = 32.03%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.16

 K value IS 0.35

RGB Variations

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

Color information

#A6818B (or 0xA6818B) is known color: Tapestry. HEX triplet: A6, 81 and 8B. RGB value is (166,129,139). Sum of RGB (Red+Green+Blue) = 166+129+139=434 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.25% from 434); Green value is 129 (50.78% from 255 or 29.72% from 434); Blue value is 139 (54.69% from 255 or 32.03% from 434); Max value from RGB is 166 - color contains mainly: red. Hex color #A6818B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6818B is #597E74. Grayscale: #8D8D8D. Windows color (decimal): -5865077 or 9142694. OLE color: 9142694.

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

Color convert

RGB 166 129 139 -
CMYK 0 0.22 0.16 0.35
HSL 343.78º 0.17% 0.58% -
HSV(B) 343.78º 0.22% 0.65% -
XYZ 28.24 25.67 27.89 -
YUV 141.2 126.76 145.69 -
System Red Green Blue C M Y K H S L
Decimal 166 129 139 0 0.22 0.16 0.35 343.78 0.17 0.58
Hex A6 81 8B 0 16 10 23 158 11 3A
Octal 246 201 213 0 26 20 43 530 21 72
Binary 10100110 10000001 10001011 0 10110 10000 100011 101011000 10001 111010

Color Harmonies of #A6818B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6818B

Black with #A6818B

Text Example


Text Example

White with #A6818B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6818B; }

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

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

background-color css

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

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

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

border-color css

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

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

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