#A6935D

Color #A6935D Teak (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Teak #A6935D

Tints of Teak #A6935D

Color information

#A6935D (or 0xA6935D) is unknown color: approx Teak. HEX triplet: A6, 93 and 5D. RGB value is (166,147,93). Sum of RGB (Red+Green+Blue) = 166+147+93=406 (53% of max value = 765). Red value is 166 (65.23% from 255 or 40.89% from 406); Green value is 147 (57.81% from 255 or 36.21% from 406); Blue value is 93 (36.72% from 255 or 22.91% from 406); Max value from RGB is 166 - color contains mainly: red. Hex color #A6935D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6935D is #596CA2. Grayscale: #929292. Windows color (decimal): -5860515 or 6132646. OLE color: 6132646.

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

Color convert

RGB16614793-
CMYK00.110.440.35
HSL44.38º29.08%50.78%-
HSV(B)44.38º43.98%65.1%-
XYZ28.1429.7614.62-
YUV146.5297.79141.89-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.89%
GREEN value IS 147 (57.81% from 255) = 36.21%
BLUE value IS 93 (36.72% from 255) = 22.91%
R=40.89%
G=36.21%
B=22.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.44
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661479300.110.440.3544.3829.0850.78
HexA6935D0B2C232c1d33
Octal2462231350135443543563
Binary101001101001001110111010101110110010001110110011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6935D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6935D; }

 p { color: rgb(166,147,93); }

 H1.HeaderClassName
 {
   color: #A6935D;
 }
 .AnyTagClassName
 {
   color: #A6935D;
 }
</style>
background-color css

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

 a { background-color: rgb(166,147,93); }

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

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

 span { border-color: rgb(166,147,93); }

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