#A68D57

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

Shades of Teak #A68D57

Tints of Teak #A68D57

Color information

#A68D57 (or 0xA68D57) is unknown color: approx Teak. HEX triplet: A6, 8D and 57. RGB value is (166,141,87). Sum of RGB (Red+Green+Blue) = 166+141+87=394 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.13% from 394); Green value is 141 (55.47% from 255 or 35.79% from 394); Blue value is 87 (34.38% from 255 or 22.08% from 394); Max value from RGB is 166 - color contains mainly: red. Hex color #A68D57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68D57 is #5972A8. Grayscale: #8E8E8E. Windows color (decimal): -5862057 or 5737894. OLE color: 5737894.

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

Color convert

RGB16614187-
CMYK00.150.480.35
HSL41.01º31.23%49.61%-
HSV(B)41.01º47.59%65.1%-
XYZ26.9727.8412.97-
YUV142.3296.78144.89-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 42.13%
GREEN value IS 141 (55.47% from 255) = 35.79%
BLUE value IS 87 (34.38% from 255) = 22.08%
R=42.13%
G=35.79%
B=22.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.48
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661418700.150.480.3541.0131.2349.61
HexA68D570F3023291f32
Octal2462151270176043513762
Binary101001101000110110101110111111000010001110100111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68D57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68D57; }

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

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

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

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

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

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

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

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