#A68F57

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

Shades of Teak #A68F57

Tints of Teak #A68F57

Color information

#A68F57 (or 0xA68F57) is unknown color: approx Teak. HEX triplet: A6, 8F and 57. RGB value is (166,143,87). Sum of RGB (Red+Green+Blue) = 166+143+87=396 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.92% from 396); Green value is 143 (56.25% from 255 or 36.11% from 396); Blue value is 87 (34.38% from 255 or 21.97% from 396); Max value from RGB is 166 - color contains mainly: red. Hex color #A68F57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68F57 is #5970A8. Grayscale: #8F8F8F. Windows color (decimal): -5861545 or 5738406. OLE color: 5738406.

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

Color convert

RGB16614387-
CMYK00.140.480.35
HSL42.53º31.23%49.61%-
HSV(B)42.53º47.59%65.1%-
XYZ27.2728.4413.07-
YUV143.4996.12144.05-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 41.92%
GREEN value IS 143 (56.25% from 255) = 36.11%
BLUE value IS 87 (34.38% from 255) = 21.97%
R=41.92%
G=36.11%
B=21.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.48
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661438700.140.480.3542.5331.2349.61
HexA68F570E30232b1f32
Octal2462171270166043533762
Binary101001101000111110101110111011000010001110101111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68F57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68F57; }

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

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

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

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

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

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

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

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