#A49260

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

Shades of Teak #A49260

Tints of Teak #A49260

Color information

#A49260 (or 0xA49260) is unknown color: approx Teak. HEX triplet: A4, 92 and 60. RGB value is (164,146,96). Sum of RGB (Red+Green+Blue) = 164+146+96=406 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.39% from 406); Green value is 146 (57.42% from 255 or 35.96% from 406); Blue value is 96 (37.89% from 255 or 23.65% from 406); Max value from RGB is 164 - color contains mainly: red. Hex color #A49260 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49260 is #5B6D9F. Grayscale: #919191. Windows color (decimal): -5991840 or 6328996. OLE color: 6328996.

HSL color Cylindrical-coordinate representation of color #A49260: hue angle of 44.12º 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 #A49260 is Cyan = 0, Magento = 0.11, Yellow = 0.41 and Black (K on CMYK) = 0.36.

Color convert

RGB16414696-
CMYK00.110.410.36
HSL44.12º27.2%50.98%-
HSV(B)44.12º41.46%64.31%-
XYZ27.729.2915.26-
YUV145.6899.96141.07-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.39%
GREEN value IS 146 (57.42% from 255) = 35.96%
BLUE value IS 96 (37.89% from 255) = 23.65%
R=40.39%
G=35.96%
B=23.65%

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
Decimal1641469600.110.410.3644.1227.250.98
HexA492600B29242c1b33
Octal2442221400135144543363
Binary101001001001001011000000101110100110010010110011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49260; }

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

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

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

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

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

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

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

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