#A68959

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

Shades of Teak #A68959

Tints of Teak #A68959

Color information

#A68959 (or 0xA68959) is unknown color: approx Teak. HEX triplet: A6, 89 and 59. RGB value is (166,137,89). Sum of RGB (Red+Green+Blue) = 166+137+89=392 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.35% from 392); Green value is 137 (53.91% from 255 or 34.95% from 392); Blue value is 89 (35.16% from 255 or 22.70% from 392); Max value from RGB is 166 - color contains mainly: red. Hex color #A68959 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68959 is #5976A6. Grayscale: #8C8C8C. Windows color (decimal): -5863079 or 5867942. OLE color: 5867942.

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

Color convert

RGB16613789-
CMYK00.170.460.35
HSL37.4º30.2%50%-
HSV(B)37.4º46.39%65.1%-
XYZ26.4726.7213.21-
YUV140.299.11146.4-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 42.35%
GREEN value IS 137 (53.91% from 255) = 34.95%
BLUE value IS 89 (35.16% from 255) = 22.70%
R=42.35%
G=34.95%
B=22.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.46
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661378900.170.460.3537.430.250
HexA689590112E23251e32
Octal2462111310215643453662
Binary1010011010001001101100101000110111010001110010111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68959; }

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

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

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

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

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

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

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

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