#A6865A

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

Shades of Teak #A6865A

Tints of Teak #A6865A

Color information

#A6865A (or 0xA6865A) is unknown color: approx Teak. HEX triplet: A6, 86 and 5A. RGB value is (166,134,90). Sum of RGB (Red+Green+Blue) = 166+134+90=390 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.56% from 390); Green value is 134 (52.73% from 255 or 34.36% from 390); Blue value is 90 (35.55% from 255 or 23.08% from 390); Max value from RGB is 166 - color contains mainly: red. Hex color #A6865A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6865A is #5979A5. Grayscale: #8A8A8A. Windows color (decimal): -5863846 or 5932710. OLE color: 5932710.

HSL color Cylindrical-coordinate representation of color #A6865A: hue angle of 34.74º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A6865A is Cyan = 0, Magento = 0.19, Yellow = 0.46 and Black (K on CMYK) = 0.35.

Color convert

RGB16613490-
CMYK00.190.460.35
HSL34.74º29.92%50.2%-
HSV(B)34.74º45.78%65.1%-
XYZ26.125.913.3-
YUV138.55100.6147.58-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 42.56%
GREEN value IS 134 (52.73% from 255) = 34.36%
BLUE value IS 90 (35.55% from 255) = 23.08%
R=42.56%
G=34.36%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.46
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661349000.190.460.3534.7429.9250.2
HexA6865A0132E23231e32
Octal2462061320235643433662
Binary1010011010000110101101001001110111010001110001111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6865A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6865A; }

 p { color: rgb(166,134,90); }

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

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

 a { background-color: rgb(166,134,90); }

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

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

 span { border-color: rgb(166,134,90); }

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