#A68950

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

Shades of Teak #A68950

Tints of Teak #A68950

Color information

#A68950 (or 0xA68950) is unknown color: approx Teak. HEX triplet: A6, 89 and 50. RGB value is (166,137,80). Sum of RGB (Red+Green+Blue) = 166+137+80=383 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.34% from 383); Green value is 137 (53.91% from 255 or 35.77% from 383); Blue value is 80 (31.64% from 255 or 20.89% from 383); Max value from RGB is 166 - color contains mainly: red. Hex color #A68950 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68950 is #5976AF. Grayscale: #8B8B8B. Windows color (decimal): -5863088 or 5278118. OLE color: 5278118.

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

Color convert

RGB16613780-
CMYK00.170.520.35
HSL39.77º34.96%48.24%-
HSV(B)39.77º51.81%65.1%-
XYZ26.1226.5811.34-
YUV139.1794.61147.13-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.34%
GREEN value IS 137 (53.91% from 255) = 35.77%
BLUE value IS 80 (31.64% from 255) = 20.89%
R=43.34%
G=35.77%
B=20.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.52
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661378000.170.520.3539.7734.9648.24
HexA689500113423282330
Octal2462111200216443504360
Binary10100110100010011010000010001110100100011101000100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68950; }

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

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

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

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

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

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

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

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