#A49261

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

Shades of Teak #A49261

Tints of Teak #A49261

Color information

#A49261 (or 0xA49261) is unknown color: approx Teak. HEX triplet: A4, 92 and 61. RGB value is (164,146,97). Sum of RGB (Red+Green+Blue) = 164+146+97=407 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.29% from 407); Green value is 146 (57.42% from 255 or 35.87% from 407); Blue value is 97 (38.28% from 255 or 23.83% from 407); Max value from RGB is 164 - color contains mainly: red. Hex color #A49261 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49261 is #5B6D9E. Grayscale: #929292. Windows color (decimal): -5991839 or 6394532. OLE color: 6394532.

HSL color Cylindrical-coordinate representation of color #A49261: hue angle of 43.88º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A49261 is Cyan = 0, Magento = 0.11, Yellow = 0.41 and Black (K on CMYK) = 0.36.

Color convert

RGB16414697-
CMYK00.110.410.36
HSL43.88º26.91%51.18%-
HSV(B)43.88º40.85%64.31%-
XYZ27.7529.3115.5-
YUV145.8100.46140.98-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.29%
GREEN value IS 146 (57.42% from 255) = 35.87%
BLUE value IS 97 (38.28% from 255) = 23.83%
R=40.29%
G=35.87%
B=23.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.41
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641469700.110.410.3643.8826.9151.18
HexA492610B29242c1b33
Octal2442221410135144543363
Binary101001001001001011000010101110100110010010110011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49261; }

 p { color: rgb(164,146,97); }

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

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

 a { background-color: rgb(164,146,97); }

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

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

 span { border-color: rgb(164,146,97); }

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