Html Css Color HEX #A6788A Tapestry

📋 copy color: '#A6788A'

red 166 ◦ green 120 ◦ blue 138

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

Shades of Tapestry #A6788A

Tints of Tapestry #A6788A

RGB

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

 GREEN value IS 120 (47.27% from 255) = 28.3%

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

R = 39.15%
G = 28.3%
B = 32.55%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.17

 K value IS 0.35

RGB Variations

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

Color information

#A6788A (or 0xA6788A) is known color: Tapestry. HEX triplet: A6, 78 and 8A. RGB value is (166,120,138). Sum of RGB (Red+Green+Blue) = 166+120+138=424 (56% of max value = 765). Red value is 166 (65.23% from 255 or 39.15% from 424); Green value is 120 (47.27% from 255 or 28.30% from 424); Blue value is 138 (54.30% from 255 or 32.55% from 424); Max value from RGB is 166 - color contains mainly: red. Hex color #A6788A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A6788A is #598775. Grayscale: #878787. Windows color (decimal): -5867382 or 9074854. OLE color: 9074854.

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

Color convert

RGB 166 120 138 -
CMYK 0 0.28 0.17 0.35
HSL 336.52º 0.21% 0.56% -
HSV(B) 336.52º 0.28% 0.65% -
XYZ 27.03 23.37 27.13 -
YUV 135.81 129.24 149.54 -
System Red Green Blue C M Y K H S L
Decimal 166 120 138 0 0.28 0.17 0.35 336.52 0.21 0.56
Hex A6 78 8A 0 1C 11 23 151 15 38
Octal 246 170 212 0 34 21 43 521 25 70
Binary 10100110 1111000 10001010 0 11100 10001 100011 101010001 10101 111000

Color Harmonies of #A6788A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6788A

Black with #A6788A

Text Example


Text Example

White with #A6788A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6788A; }

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

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

background-color css

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

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

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

border-color css

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

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

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