#A49160

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

Shades of Teak #A49160

Tints of Teak #A49160

Color information

#A49160 (or 0xA49160) is unknown color: approx Teak. HEX triplet: A4, 91 and 60. RGB value is (164,145,96). Sum of RGB (Red+Green+Blue) = 164+145+96=405 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.49% from 405); Green value is 145 (57.03% from 255 or 35.80% from 405); Blue value is 96 (37.89% from 255 or 23.70% from 405); Max value from RGB is 164 - color contains mainly: red. Hex color #A49160 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49160 is #5B6E9F. Grayscale: #919191. Windows color (decimal): -5992096 or 6328740. OLE color: 6328740.

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

Color convert

RGB16414596-
CMYK00.120.410.36
HSL43.24º27.2%50.98%-
HSV(B)43.24º41.46%64.31%-
XYZ27.5528.9915.21-
YUV145.1100.29141.48-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.49%
GREEN value IS 145 (57.03% from 255) = 35.80%
BLUE value IS 96 (37.89% from 255) = 23.70%
R=40.49%
G=35.80%
B=23.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.41
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641459600.120.410.3643.2427.250.98
HexA491600C29242b1b33
Octal2442211400145144533363
Binary101001001001000111000000110010100110010010101111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49160; }

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

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

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

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

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

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

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

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