#A49360

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

Shades of Teak #A49360

Tints of Teak #A49360

Color information

#A49360 (or 0xA49360) is unknown color: approx Teak. HEX triplet: A4, 93 and 60. RGB value is (164,147,96). Sum of RGB (Red+Green+Blue) = 164+147+96=407 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.29% from 407); Green value is 147 (57.81% from 255 or 36.12% from 407); Blue value is 96 (37.89% from 255 or 23.59% from 407); Max value from RGB is 164 - color contains mainly: red. Hex color #A49360 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49360 is #5B6C9F. Grayscale: #929292. Windows color (decimal): -5991584 or 6329252. OLE color: 6329252.

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

Color convert

RGB16414796-
CMYK00.100.410.36
HSL45º27.2%50.98%-
HSV(B)45º41.46%64.31%-
XYZ27.8529.615.31-
YUV146.2799.63140.65-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.29%
GREEN value IS 147 (57.81% from 255) = 36.12%
BLUE value IS 96 (37.89% from 255) = 23.59%
R=40.29%
G=36.12%
B=23.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.41
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641479600.100.410.364527.250.98
HexA493600A29242d1b33
Octal2442231400125144553363
Binary101001001001001111000000101010100110010010110111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49360; }

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

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

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

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

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

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

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

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