Html Css Color HEX #A6728A Tapestry

📋 copy color: '#A6728A'

red 166 ◦ green 114 ◦ blue 138

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

Shades of Tapestry #A6728A

Tints of Tapestry #A6728A

RGB

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

 GREEN value IS 114 (44.92% from 255) = 27.27%

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

R = 39.71%
G = 27.27%
B = 33.01%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.17

 K value IS 0.35

RGB Variations

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

Color information

#A6728A (or 0xA6728A) is known color: Tapestry. HEX triplet: A6, 72 and 8A. RGB value is (166,114,138). Sum of RGB (Red+Green+Blue) = 166+114+138=418 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.71% from 418); Green value is 114 (44.92% from 255 or 27.27% from 418); Blue value is 138 (54.30% from 255 or 33.01% from 418); Max value from RGB is 166 - color contains mainly: red. Hex color #A6728A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A6728A is #598D75. Grayscale: #848484. Windows color (decimal): -5868918 or 9073318. OLE color: 9073318.

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

Color convert

RGB 166 114 138 -
CMYK 0 0.31 0.17 0.35
HSL 332.31º 0.23% 0.55% -
HSV(B) 332.31º 0.31% 0.65% -
XYZ 26.33 21.98 26.9 -
YUV 132.28 131.23 152.05 -
System Red Green Blue C M Y K H S L
Decimal 166 114 138 0 0.31 0.17 0.35 332.31 0.23 0.55
Hex A6 72 8A 0 1F 11 23 14C 17 37
Octal 246 162 212 0 37 21 43 514 27 67
Binary 10100110 1110010 10001010 0 11111 10001 100011 101001100 10111 110111

Color Harmonies of #A6728A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6728A

Black with #A6728A

Text Example


Text Example

White with #A6728A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6728A; }

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

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

background-color css

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

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

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

border-color css

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

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

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