#A68757

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

Shades of Teak #A68757

Tints of Teak #A68757

Color information

#A68757 (or 0xA68757) is unknown color: approx Teak. HEX triplet: A6, 87 and 57. RGB value is (166,135,87). Sum of RGB (Red+Green+Blue) = 166+135+87=388 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.78% from 388); Green value is 135 (53.12% from 255 or 34.79% from 388); Blue value is 87 (34.38% from 255 or 22.42% from 388); Max value from RGB is 166 - color contains mainly: red. Hex color #A68757 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68757 is #5978A8. Grayscale: #8B8B8B. Windows color (decimal): -5863593 or 5736358. OLE color: 5736358.

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

Color convert

RGB16613587-
CMYK00.190.480.35
HSL36.46º31.23%49.61%-
HSV(B)36.46º47.59%65.1%-
XYZ26.1126.1212.68-
YUV138.898.77147.4-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 42.78%
GREEN value IS 135 (53.12% from 255) = 34.79%
BLUE value IS 87 (34.38% from 255) = 22.42%
R=42.78%
G=34.79%
B=22.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.48
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661358700.190.480.3536.4631.2349.61
HexA687570133023241f32
Octal2462071270236043443762
Binary1010011010000111101011101001111000010001110010011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68757

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68757; }

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

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

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

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

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

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

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

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