#A4935D

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

Shades of Teak #A4935D

Tints of Teak #A4935D

Color information

#A4935D (or 0xA4935D) is unknown color: approx Teak. HEX triplet: A4, 93 and 5D. RGB value is (164,147,93). Sum of RGB (Red+Green+Blue) = 164+147+93=404 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.59% from 404); Green value is 147 (57.81% from 255 or 36.39% from 404); Blue value is 93 (36.72% from 255 or 23.02% from 404); Max value from RGB is 164 - color contains mainly: red. Hex color #A4935D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4935D is #5B6CA2. Grayscale: #929292. Windows color (decimal): -5991587 or 6132644. OLE color: 6132644.

HSL color Cylindrical-coordinate representation of color #A4935D: hue angle of 45.63º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A4935D is Cyan = 0, Magento = 0.10, Yellow = 0.43 and Black (K on CMYK) = 0.36.

Color convert

RGB16414793-
CMYK00.100.430.36
HSL45.63º28.06%50.39%-
HSV(B)45.63º43.29%64.31%-
XYZ27.7229.5514.6-
YUV145.9398.13140.89-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.59%
GREEN value IS 147 (57.81% from 255) = 36.39%
BLUE value IS 93 (36.72% from 255) = 23.02%
R=40.59%
G=36.39%
B=23.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.43
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641479300.100.430.3645.6328.0650.39
HexA4935D0A2B242e1c32
Octal2442231350125344563462
Binary101001001001001110111010101010101110010010111011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4935D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4935D; }

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

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

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

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

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

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

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

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