#A68B4E

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

Shades of Teak #A68B4E

Tints of Teak #A68B4E

Color information

#A68B4E (or 0xA68B4E) is unknown color: approx Teak. HEX triplet: A6, 8B and 4E. RGB value is (166,139,78). Sum of RGB (Red+Green+Blue) = 166+139+78=383 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.34% from 383); Green value is 139 (54.69% from 255 or 36.29% from 383); Blue value is 78 (30.86% from 255 or 20.37% from 383); Max value from RGB is 166 - color contains mainly: red. Hex color #A68B4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68B4E is #5974B1. Grayscale: #8C8C8C. Windows color (decimal): -5862578 or 5147558. OLE color: 5147558.

HSL color Cylindrical-coordinate representation of color #A68B4E: hue angle of 41.59º 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 #A68B4E is Cyan = 0, Magento = 0.16, Yellow = 0.53 and Black (K on CMYK) = 0.35.

Color convert

RGB16613978-
CMYK00.160.530.35
HSL41.59º36.07%47.84%-
HSV(B)41.59º53.01%65.1%-
XYZ26.3327.1211.05-
YUV140.1292.95146.46-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.34%
GREEN value IS 139 (54.69% from 255) = 36.29%
BLUE value IS 78 (30.86% from 255) = 20.37%
R=43.34%
G=36.29%
B=20.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.53
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661397800.160.530.3541.5936.0747.84
HexA68B4E01035232a2430
Octal2462131160206543524460
Binary10100110100010111001110010000110101100011101010100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68B4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68B4E; }

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

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

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

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

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

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

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

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