#A6885E

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

Shades of Teak #A6885E

Tints of Teak #A6885E

Color information

#A6885E (or 0xA6885E) is unknown color: approx Teak. HEX triplet: A6, 88 and 5E. RGB value is (166,136,94). Sum of RGB (Red+Green+Blue) = 166+136+94=396 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.92% from 396); Green value is 136 (53.52% from 255 or 34.34% from 396); Blue value is 94 (37.11% from 255 or 23.74% from 396); Max value from RGB is 166 - color contains mainly: red. Hex color #A6885E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6885E is #5977A1. Grayscale: #8C8C8C. Windows color (decimal): -5863330 or 6195366. OLE color: 6195366.

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

Color convert

RGB16613694-
CMYK00.180.430.35
HSL35º28.8%50.98%-
HSV(B)35º43.37%65.1%-
XYZ26.5526.5214.31-
YUV140.18101.94146.42-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 41.92%
GREEN value IS 136 (53.52% from 255) = 34.34%
BLUE value IS 94 (37.11% from 255) = 23.74%
R=41.92%
G=34.34%
B=23.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.43
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661369400.180.430.353528.850.98
HexA6885E0122B23231d33
Octal2462101360225343433563
Binary1010011010001000101111001001010101110001110001111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6885E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6885E; }

 p { color: rgb(166,136,94); }

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

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

 a { background-color: rgb(166,136,94); }

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

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

 span { border-color: rgb(166,136,94); }

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