#A6884F

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

Shades of Teak #A6884F

Tints of Teak #A6884F

Color information

#A6884F (or 0xA6884F) is unknown color: approx Teak. HEX triplet: A6, 88 and 4F. RGB value is (166,136,79). Sum of RGB (Red+Green+Blue) = 166+136+79=381 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.57% from 381); Green value is 136 (53.52% from 255 or 35.70% from 381); Blue value is 79 (31.25% from 255 or 20.73% from 381); Max value from RGB is 166 - color contains mainly: red. Hex color #A6884F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6884F is #5977B0. Grayscale: #8A8A8A. Windows color (decimal): -5863345 or 5212326. OLE color: 5212326.

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

Color convert

RGB16613679-
CMYK00.180.520.35
HSL39.31º35.51%48.04%-
HSV(B)39.31º52.41%65.1%-
XYZ25.9426.2811.1-
YUV138.4794.44147.63-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.57%
GREEN value IS 136 (53.52% from 255) = 35.70%
BLUE value IS 79 (31.25% from 255) = 20.73%
R=43.57%
G=35.70%
B=20.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.52
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661367900.180.520.3539.3135.5148.04
HexA6884F0123423272430
Octal2462101170226443474460
Binary10100110100010001001111010010110100100011100111100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6884F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6884F; }

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

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

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

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

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

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

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

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