#A68654

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

Shades of Teak #A68654

Tints of Teak #A68654

Color information

#A68654 (or 0xA68654) is unknown color: approx Teak. HEX triplet: A6, 86 and 54. RGB value is (166,134,84). Sum of RGB (Red+Green+Blue) = 166+134+84=384 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.23% from 384); Green value is 134 (52.73% from 255 or 34.90% from 384); Blue value is 84 (33.20% from 255 or 21.88% from 384); Max value from RGB is 166 - color contains mainly: red. Hex color #A68654 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68654 is #5979AB. Grayscale: #8A8A8A. Windows color (decimal): -5863852 or 5539494. OLE color: 5539494.

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

Color convert

RGB16613484-
CMYK00.190.490.35
HSL36.59º32.8%49.02%-
HSV(B)36.59º49.4%65.1%-
XYZ25.8525.812-
YUV137.8797.6148.07-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.23%
GREEN value IS 134 (52.73% from 255) = 34.90%
BLUE value IS 84 (33.20% from 255) = 21.88%
R=43.23%
G=34.90%
B=21.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.49
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661348400.190.490.3536.5932.849.02
HexA686540133123252131
Octal2462061240236143454161
Binary10100110100001101010100010011110001100011100101100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68654; }

 p { color: rgb(166,134,84); }

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

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

 a { background-color: rgb(166,134,84); }

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

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

 span { border-color: rgb(166,134,84); }

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