#A68B55

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

Shades of Teak #A68B55

Tints of Teak #A68B55

Color information

#A68B55 (or 0xA68B55) is unknown color: approx Teak. HEX triplet: A6, 8B and 55. RGB value is (166,139,85). Sum of RGB (Red+Green+Blue) = 166+139+85=390 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.56% from 390); Green value is 139 (54.69% from 255 or 35.64% from 390); Blue value is 85 (33.59% from 255 or 21.79% from 390); Max value from RGB is 166 - color contains mainly: red. Hex color #A68B55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68B55 is #5974AA. Grayscale: #8D8D8D. Windows color (decimal): -5862571 or 5606310. OLE color: 5606310.

HSL color Cylindrical-coordinate representation of color #A68B55: hue angle of 40º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A68B55 is Cyan = 0, Magento = 0.16, Yellow = 0.49 and Black (K on CMYK) = 0.35.

Color convert

RGB16613985-
CMYK00.160.490.35
HSL40º32.27%49.22%-
HSV(B)40º48.8%65.1%-
XYZ26.627.2312.45-
YUV140.9296.45145.89-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 42.56%
GREEN value IS 139 (54.69% from 255) = 35.64%
BLUE value IS 85 (33.59% from 255) = 21.79%
R=42.56%
G=35.64%
B=21.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.49
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661398500.160.490.354032.2749.22
HexA68B550103123282031
Octal2462131250206143504061
Binary10100110100010111010101010000110001100011101000100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68B55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68B55; }

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

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

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

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

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

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

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

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