Html Css Color HEX #A6768B Tapestry

📋 copy color: '#A6768B'

red 166 ◦ green 118 ◦ blue 139

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

Shades of Tapestry #A6768B

Tints of Tapestry #A6768B

RGB

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

 GREEN value IS 118 (46.48% from 255) = 27.9%

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

R = 39.24%
G = 27.9%
B = 32.86%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.16

 K value IS 0.35

RGB Variations

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

Color information

#A6768B (or 0xA6768B) is known color: Tapestry. HEX triplet: A6, 76 and 8B. RGB value is (166,118,139). Sum of RGB (Red+Green+Blue) = 166+118+139=423 (56% of max value = 765). Red value is 166 (65.23% from 255 or 39.24% from 423); Green value is 118 (46.48% from 255 or 27.90% from 423); Blue value is 139 (54.69% from 255 or 32.86% from 423); Max value from RGB is 166 - color contains mainly: red. Hex color #A6768B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A6768B is #598974. Grayscale: #868686. Windows color (decimal): -5867893 or 9139878. OLE color: 9139878.

HSL color Cylindrical-coordinate representation of color #A6768B: hue angle of 333.75º degrees, saturation: 0.21, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A6768B is Cyan = 0, Magento = 0.29, Yellow = 0.16 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 118 139 -
CMYK 0 0.29 0.16 0.35
HSL 333.75º 0.21% 0.56% -
HSV(B) 333.75º 0.29% 0.65% -
XYZ 26.86 22.93 27.44 -
YUV 134.75 130.4 150.29 -
System Red Green Blue C M Y K H S L
Decimal 166 118 139 0 0.29 0.16 0.35 333.75 0.21 0.56
Hex A6 76 8B 0 1D 10 23 14E 15 38
Octal 246 166 213 0 35 20 43 516 25 70
Binary 10100110 1110110 10001011 0 11101 10000 100011 101001110 10101 111000

Color Harmonies of #A6768B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6768B

Black with #A6768B

Text Example


Text Example

White with #A6768B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6768B; }

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

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

background-color css

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

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

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

border-color css

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

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

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