#A6894E

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

Shades of Teak #A6894E

Tints of Teak #A6894E

Color information

#A6894E (or 0xA6894E) is unknown color: approx Teak. HEX triplet: A6, 89 and 4E. RGB value is (166,137,78). Sum of RGB (Red+Green+Blue) = 166+137+78=381 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.57% from 381); Green value is 137 (53.91% from 255 or 35.96% from 381); Blue value is 78 (30.86% from 255 or 20.47% from 381); Max value from RGB is 166 - color contains mainly: red. Hex color #A6894E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6894E is #5976B1. Grayscale: #8B8B8B. Windows color (decimal): -5863090 or 5147046. OLE color: 5147046.

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

Color convert

RGB16613778-
CMYK00.170.530.35
HSL40.23º36.07%47.84%-
HSV(B)40.23º53.01%65.1%-
XYZ26.0526.5510.96-
YUV138.9493.61147.3-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.57%
GREEN value IS 137 (53.91% from 255) = 35.96%
BLUE value IS 78 (30.86% from 255) = 20.47%
R=43.57%
G=35.96%
B=20.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.53
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661377800.170.530.3540.2336.0747.84
HexA6894E0113523282430
Octal2462111160216543504460
Binary10100110100010011001110010001110101100011101000100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6894E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6894E; }

 p { color: rgb(166,137,78); }

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

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

 a { background-color: rgb(166,137,78); }

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

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

 span { border-color: rgb(166,137,78); }

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