Html Css Color HEX #A6818A Tapestry

📋 copy color: '#A6818A'

red 166 ◦ green 129 ◦ blue 138

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

Shades of Tapestry #A6818A

Tints of Tapestry #A6818A

RGB

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

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

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

R = 38.34%
G = 29.79%
B = 31.87%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.17

 K value IS 0.35

RGB Variations

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

Color information

#A6818A (or 0xA6818A) is known color: Tapestry. HEX triplet: A6, 81 and 8A. RGB value is (166,129,138). Sum of RGB (Red+Green+Blue) = 166+129+138=433 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.34% from 433); Green value is 129 (50.78% from 255 or 29.79% from 433); Blue value is 138 (54.30% from 255 or 31.87% from 433); Max value from RGB is 166 - color contains mainly: red. Hex color #A6818A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6818A is #597E75. Grayscale: #8D8D8D. Windows color (decimal): -5865078 or 9077158. OLE color: 9077158.

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

Color convert

RGB 166 129 138 -
CMYK 0 0.22 0.17 0.35
HSL 345.41º 0.17% 0.58% -
HSV(B) 345.41º 0.22% 0.65% -
XYZ 28.16 25.64 27.51 -
YUV 141.09 126.26 145.77 -
System Red Green Blue C M Y K H S L
Decimal 166 129 138 0 0.22 0.17 0.35 345.41 0.17 0.58
Hex A6 81 8A 0 16 11 23 159 11 3A
Octal 246 201 212 0 26 21 43 531 21 72
Binary 10100110 10000001 10001010 0 10110 10001 100011 101011001 10001 111010

Color Harmonies of #A6818A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6818A

Black with #A6818A

Text Example


Text Example

White with #A6818A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6818A; }

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

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

background-color css

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

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

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

border-color css

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

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

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