#A68951

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

Shades of Teak #A68951

Tints of Teak #A68951

Color information

#A68951 (or 0xA68951) is unknown color: approx Teak. HEX triplet: A6, 89 and 51. RGB value is (166,137,81). Sum of RGB (Red+Green+Blue) = 166+137+81=384 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.23% from 384); Green value is 137 (53.91% from 255 or 35.68% from 384); Blue value is 81 (32.03% from 255 or 21.09% from 384); Max value from RGB is 166 - color contains mainly: red. Hex color #A68951 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68951 is #5976AE. Grayscale: #8B8B8B. Windows color (decimal): -5863087 or 5343654. OLE color: 5343654.

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

Color convert

RGB16613781-
CMYK00.170.510.35
HSL39.53º34.41%48.43%-
HSV(B)39.53º51.2%65.1%-
XYZ26.1626.5911.54-
YUV139.2995.11147.05-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.23%
GREEN value IS 137 (53.91% from 255) = 35.68%
BLUE value IS 81 (32.03% from 255) = 21.09%
R=43.23%
G=35.68%
B=21.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.51
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661378100.170.510.3539.5334.4148.43
HexA689510113323282230
Octal2462111210216343504260
Binary10100110100010011010001010001110011100011101000100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68951; }

 p { color: rgb(166,137,81); }

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

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

 a { background-color: rgb(166,137,81); }

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

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

 span { border-color: rgb(166,137,81); }

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