Html Css Color HEX #A6697E Tapestry

📋 copy color: '#A6697E'

red 166 ◦ green 105 ◦ blue 126

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

Shades of Tapestry #A6697E

Tints of Tapestry #A6697E

RGB

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

 GREEN value IS 105 (41.41% from 255) = 26.45%

 BLUE value IS 126 (49.61% from 255) = 31.74%

R = 41.81%
G = 26.45%
B = 31.74%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.24

 K value IS 0.35

RGB Variations

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

Color information

#A6697E (or 0xA6697E) is known color: Tapestry. HEX triplet: A6, 69 and 7E. RGB value is (166,105,126). Sum of RGB (Red+Green+Blue) = 166+105+126=397 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.81% from 397); Green value is 105 (41.41% from 255 or 26.45% from 397); Blue value is 126 (49.61% from 255 or 31.74% from 397); Max value from RGB is 166 - color contains mainly: red. Hex color #A6697E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6697E is #599681. Grayscale: #7D7D7D. Windows color (decimal): -5871234 or 8284582. OLE color: 8284582.

HSL color Cylindrical-coordinate representation of color #A6697E: hue angle of 339.34º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A6697E is Cyan = 0, Magento = 0.37, Yellow = 0.24 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 105 126 -
CMYK 0 0.37 0.24 0.35
HSL 339.34º 0.26% 0.53% -
HSV(B) 339.34º 0.37% 0.65% -
XYZ 24.54 19.72 22.25 -
YUV 125.63 128.21 156.79 -
System Red Green Blue C M Y K H S L
Decimal 166 105 126 0 0.37 0.24 0.35 339.34 0.26 0.53
Hex A6 69 7E 0 25 18 23 153 1A 35
Octal 246 151 176 0 45 30 43 523 32 65
Binary 10100110 1101001 1111110 0 100101 11000 100011 101010011 11010 110101

Color Harmonies of #A6697E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6697E

Black with #A6697E

Text Example


Text Example

White with #A6697E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6697E; }

 p { color: rgb(166,105,126); }

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

background-color css

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

 a { background-color: rgb(166,105,126); }

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

border-color css

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

 span { border-color: rgb(166,105,126); }

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