#A4945E

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

Shades of Teak #A4945E

Tints of Teak #A4945E

Color information

#A4945E (or 0xA4945E) is unknown color: approx Teak. HEX triplet: A4, 94 and 5E. RGB value is (164,148,94). Sum of RGB (Red+Green+Blue) = 164+148+94=406 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.39% from 406); Green value is 148 (58.20% from 255 or 36.45% from 406); Blue value is 94 (37.11% from 255 or 23.15% from 406); Max value from RGB is 164 - color contains mainly: red. Hex color #A4945E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4945E is #5B6BA1. Grayscale: #929292. Windows color (decimal): -5991330 or 6198436. OLE color: 6198436.

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

Color convert

RGB16414894-
CMYK00.100.430.36
HSL46.29º27.78%50.59%-
HSV(B)46.29º42.68%64.31%-
XYZ27.9229.8814.89-
YUV146.6398.3140.39-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.39%
GREEN value IS 148 (58.20% from 255) = 36.45%
BLUE value IS 94 (37.11% from 255) = 23.15%
R=40.39%
G=36.45%
B=23.15%

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
Decimal1641489400.100.430.3646.2927.7850.59
HexA4945E0A2B242e1c33
Octal2442241360125344563463
Binary101001001001010010111100101010101110010010111011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4945E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4945E; }

 p { color: rgb(164,148,94); }

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

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

 a { background-color: rgb(164,148,94); }

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

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

 span { border-color: rgb(164,148,94); }

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