#A68D55

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

Shades of Teak #A68D55

Tints of Teak #A68D55

Color information

#A68D55 (or 0xA68D55) is unknown color: approx Teak. HEX triplet: A6, 8D and 55. RGB value is (166,141,85). Sum of RGB (Red+Green+Blue) = 166+141+85=392 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.35% from 392); Green value is 141 (55.47% from 255 or 35.97% from 392); Blue value is 85 (33.59% from 255 or 21.68% from 392); Max value from RGB is 166 - color contains mainly: red. Hex color #A68D55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68D55 is #5972AA. Grayscale: #8E8E8E. Windows color (decimal): -5862059 or 5606822. OLE color: 5606822.

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

Color convert

RGB16614185-
CMYK00.150.490.35
HSL41.48º32.27%49.22%-
HSV(B)41.48º48.8%65.1%-
XYZ26.8927.8112.55-
YUV142.0995.78145.05-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 42.35%
GREEN value IS 141 (55.47% from 255) = 35.97%
BLUE value IS 85 (33.59% from 255) = 21.68%
R=42.35%
G=35.97%
B=21.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.49
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661418500.150.490.3541.4832.2749.22
HexA68D550F3123292031
Octal2462151250176143514061
Binary1010011010001101101010101111110001100011101001100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68D55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68D55; }

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

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

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

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

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

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

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

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