Html Css Color HEX #A6697D Tapestry

📋 copy color: '#A6697D'

red 166 ◦ green 105 ◦ blue 125

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

Shades of Tapestry #A6697D

Tints of Tapestry #A6697D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 31.57%

R = 41.92%
G = 26.52%
B = 31.57%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.25

 K value IS 0.35

RGB Variations

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

Color information

#A6697D (or 0xA6697D) is known color: Tapestry. HEX triplet: A6, 69 and 7D. RGB value is (166,105,125). Sum of RGB (Red+Green+Blue) = 166+105+125=396 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.92% from 396); Green value is 105 (41.41% from 255 or 26.52% from 396); Blue value is 125 (49.22% from 255 or 31.57% from 396); Max value from RGB is 166 - color contains mainly: red. Hex color #A6697D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6697D is #599682. Grayscale: #7D7D7D. Windows color (decimal): -5871235 or 8219046. OLE color: 8219046.

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

Color convert

RGB 166 105 125 -
CMYK 0 0.37 0.25 0.35
HSL 340.33º 0.26% 0.53% -
HSV(B) 340.33º 0.37% 0.65% -
XYZ 24.48 19.69 21.91 -
YUV 125.52 127.71 156.87 -
System Red Green Blue C M Y K H S L
Decimal 166 105 125 0 0.37 0.25 0.35 340.33 0.26 0.53
Hex A6 69 7D 0 25 19 23 154 1A 35
Octal 246 151 175 0 45 31 43 524 32 65
Binary 10100110 1101001 1111101 0 100101 11001 100011 101010100 11010 110101

Color Harmonies of #A6697D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6697D

Black with #A6697D

Text Example


Text Example

White with #A6697D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6697D; }

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

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

background-color css

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

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

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

border-color css

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

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

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