#A68F62

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

Shades of Teak #A68F62

Tints of Teak #A68F62

Color information

#A68F62 (or 0xA68F62) is unknown color: approx Teak. HEX triplet: A6, 8F and 62. RGB value is (166,143,98). Sum of RGB (Red+Green+Blue) = 166+143+98=407 (53% of max value = 765). Red value is 166 (65.23% from 255 or 40.79% from 407); Green value is 143 (56.25% from 255 or 35.14% from 407); Blue value is 98 (38.67% from 255 or 24.08% from 407); Max value from RGB is 166 - color contains mainly: red. Hex color #A68F62 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68F62 is #59709D. Grayscale: #909090. Windows color (decimal): -5861534 or 6459302. OLE color: 6459302.

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

Color convert

RGB16614398-
CMYK00.140.410.35
HSL39.71º27.64%51.76%-
HSV(B)39.71º40.96%65.1%-
XYZ27.7528.6315.62-
YUV144.75101.62143.16-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.79%
GREEN value IS 143 (56.25% from 255) = 35.14%
BLUE value IS 98 (38.67% from 255) = 24.08%
R=40.79%
G=35.14%
B=24.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.41
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661439800.140.410.3539.7127.6451.76
HexA68F620E2923281c34
Octal2462171420165143503464
Binary101001101000111111000100111010100110001110100011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68F62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68F62; }

 p { color: rgb(166,143,98); }

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

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

 a { background-color: rgb(166,143,98); }

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

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

 span { border-color: rgb(166,143,98); }

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