Html Css Color HEX #A6748A Tapestry

📋 copy color: '#A6748A'

red 166 ◦ green 116 ◦ blue 138

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

Shades of Tapestry #A6748A

Tints of Tapestry #A6748A

RGB

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

 GREEN value IS 116 (45.7% from 255) = 27.62%

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

R = 39.52%
G = 27.62%
B = 32.86%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.17

 K value IS 0.35

RGB Variations

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

Color information

#A6748A (or 0xA6748A) is known color: Tapestry. HEX triplet: A6, 74 and 8A. RGB value is (166,116,138). Sum of RGB (Red+Green+Blue) = 166+116+138=420 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.52% from 420); Green value is 116 (45.70% from 255 or 27.62% from 420); Blue value is 138 (54.30% from 255 or 32.86% from 420); Max value from RGB is 166 - color contains mainly: red. Hex color #A6748A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A6748A is #598B75. Grayscale: #858585. Windows color (decimal): -5868406 or 9073830. OLE color: 9073830.

HSL color Cylindrical-coordinate representation of color #A6748A: hue angle of 333.6º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A6748A is Cyan = 0, Magento = 0.30, Yellow = 0.17 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 116 138 -
CMYK 0 0.30 0.17 0.35
HSL 333.6º 0.22% 0.55% -
HSV(B) 333.6º 0.3% 0.65% -
XYZ 26.56 22.43 26.97 -
YUV 133.46 130.57 151.21 -
System Red Green Blue C M Y K H S L
Decimal 166 116 138 0 0.30 0.17 0.35 333.6 0.22 0.55
Hex A6 74 8A 0 1E 11 23 14E 16 37
Octal 246 164 212 0 36 21 43 516 26 67
Binary 10100110 1110100 10001010 0 11110 10001 100011 101001110 10110 110111

Color Harmonies of #A6748A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6748A

Black with #A6748A

Text Example


Text Example

White with #A6748A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6748A; }

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

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

background-color css

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

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

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

border-color css

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

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

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